iio: accel: kxsd9-spi: changed leading spaces to tabs
authorPaul Lemmermann <thepaulodoom@thepaulodoom.com>
Mon, 28 Mar 2022 21:23:03 +0000 (16:23 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 4 Apr 2022 08:11:25 +0000 (09:11 +0100)
Changed the leading spaces to tabs, in accordance with kernel coding
conventions, and removed trailing comma.
Found with checkpatch.

Signed-off-by: Paul Lemmermann <thepaulodoom@thepaulodoom.com>
Link: https://lore.kernel.org/r/YkInN6SL7pP2f5Sf@hp-amd-paul
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/kxsd9-spi.c

index ec17e35..b7b5af4 100644 (file)
@@ -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);