OSDN Git Service

nfc: st95hf: fix indentation to tabs
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 31 May 2021 07:39:02 +0000 (09:39 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 04:32:37 +0000 (21:32 -0700)
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>
drivers/nfc/st95hf/core.c

index 0d99181..2dc788c 100644 (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);