All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IIO: accel: kxsd9-spi: changed leading spaces to tabs
@ 2022-03-28 21:23 Paul Lemmermann
  2022-04-02 16:29 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Lemmermann @ 2022-03-28 21:23 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, linux-kernel

Changed the leading spaces to tabs, in accordance with kernel coding
conventions, and removed trailing comma.

Signed-off-by: Paul Lemmermann <thepaulodoom@thepaulodoom.com>
---
 drivers/iio/accel/kxsd9-spi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/accel/kxsd9-spi.c b/drivers/iio/accel/kxsd9-spi.c
index ec17e35e5..b7b5af454 100644
--- a/drivers/iio/accel/kxsd9-spi.c
+++ b/drivers/iio/accel/kxsd9-spi.c
@@ -44,8 +44,8 @@ static const struct spi_device_id kxsd9_spi_id[] = {
 MODULE_DEVICE_TABLE(spi, kxsd9_spi_id);
 
 static const struct of_device_id kxsd9_of_match[] = {
-        { .compatible = "kionix,kxsd9" },
-        { },
+	{ .compatible = "kionix,kxsd9" },
+	{ }
 };
 MODULE_DEVICE_TABLE(of, kxsd9_of_match);
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-02 16:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-28 21:23 [PATCH] IIO: accel: kxsd9-spi: changed leading spaces to tabs Paul Lemmermann
2022-04-02 16:29 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.