Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iio: accel: kxsd9-spi: changed leading spaces to tabs

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>

authored by

Paul Lemmermann and committed by
Jonathan Cameron
94059c52 b22c8925

+2 -2
+2 -2
drivers/iio/accel/kxsd9-spi.c
··· 44 44 MODULE_DEVICE_TABLE(spi, kxsd9_spi_id); 45 45 46 46 static const struct of_device_id kxsd9_of_match[] = { 47 - { .compatible = "kionix,kxsd9" }, 48 - { }, 47 + { .compatible = "kionix,kxsd9" }, 48 + { } 49 49 }; 50 50 MODULE_DEVICE_TABLE(of, kxsd9_of_match); 51 51