]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
eeprom: at24: fix a whitespace error in platform data
authorBartosz Golaszewski <brgl@bgdev.pl>
Thu, 21 Dec 2017 16:53:09 +0000 (17:53 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Mon, 1 Jan 2018 18:40:50 +0000 (19:40 +0100)
Replace spaces with tabs in the definition of AT24_FLAG_NO_RDROL.

Fixes: 9d404411091c ("eeprom: at24: support eeproms that do not auto-rollover reads")
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
include/linux/platform_data/at24.h

index 841bb2815a4105e8e4e93eadeee126e842088728..63507ff464ee177c22cc9ba9b5d263d24fa8f8c8 100644 (file)
@@ -50,7 +50,7 @@ struct at24_platform_data {
 #define AT24_FLAG_TAKE8ADDR    BIT(4)  /* take always 8 addresses (24c00) */
 #define AT24_FLAG_SERIAL       BIT(3)  /* factory-programmed serial number */
 #define AT24_FLAG_MAC          BIT(2)  /* factory-programmed mac address */
-#define AT24_FLAG_NO_RDROL  BIT(1)     /* does not auto-rollover reads to */
+#define AT24_FLAG_NO_RDROL     BIT(1)  /* does not auto-rollover reads to */
                                        /* the next slave address */
 
        void            (*setup)(struct nvmem_device *nvmem, void *context);