projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1952fa4
)
nfc: st95hf: fix indentation to tabs
author
Krzysztof Kozlowski
<krzysztof.kozlowski@canonical.com>
Mon, 31 May 2021 07:39:02 +0000
(09:39 +0200)
committer
Jakub 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
patch
|
blob
|
history
diff --git
a/drivers/nfc/st95hf/core.c
b/drivers/nfc/st95hf/core.c
index 0d99181b6ce35e8b0d84fb58ac4725d661e93d0f..2dc788c363fdf0462862adaddaddd6d1196d1340 100644
(file)
--- 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);