aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st95hf
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-05-31 09:39:02 +0200
committerJakub Kicinski <kuba@kernel.org>2021-05-31 21:32:37 -0700
commite099f3e8b71c212779089429a105b16d51ff6d58 (patch)
tree2df47954e296f503657cd7b389f61dfcb209d476 /drivers/nfc/st95hf
parentnfc: st-nci: drop ftrace-like debugging messages (diff)
downloadlinux-dev-e099f3e8b71c212779089429a105b16d51ff6d58.tar.xz
linux-dev-e099f3e8b71c212779089429a105b16d51ff6d58.zip
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>
Diffstat (limited to 'drivers/nfc/st95hf')
-rw-r--r--drivers/nfc/st95hf/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
index 0d99181b6ce3..2dc788c363fd 100644
--- a/drivers/nfc/st95hf/core.c
+++ b/drivers/nfc/st95hf/core.c
@@ -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);