2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 20:53:53 +08:00

nfc: st95hf: fix indentation to tabs

Use tabs to indent instead of spaces. No functional change.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210531073902.7111-7-krzysztof.kozlowski@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Krzysztof Kozlowski 2021-05-31 09:39:02 +02:00 committed by Jakub Kicinski
parent 1952fa424d
commit e099f3e8b7

View File

@ -1057,8 +1057,8 @@ static const struct spi_device_id st95hf_id[] = {
MODULE_DEVICE_TABLE(spi, st95hf_id);
static const struct of_device_id st95hf_spi_of_match[] __maybe_unused = {
{ .compatible = "st,st95hf" },
{ },
{ .compatible = "st,st95hf" },
{},
};
MODULE_DEVICE_TABLE(of, st95hf_spi_of_match);