Skip to content

Commit

Permalink
nfc: st95hf: fix indentation to tabs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Jakub Kicinski committed Jun 1, 2021
1 parent 1952fa4 commit e099f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/nfc/st95hf/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e099f3e

Please sign in to comment.