From: Nishant Malpani Date: Wed, 18 Mar 2020 08:03:11 +0000 (+0530) Subject: iio: light: tsl2563: Rename macro to fix typo X-Git-Tag: v5.8-rc1~106^2~255^2~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fd28570ec9166a7357692990789db128fd7a635;p=thirdparty%2Flinux.git iio: light: tsl2563: Rename macro to fix typo This patch renames macro to fix the following warning generated by checkpatch.pl: WARNING: 'DISBLED' may be misspelled - perhaps 'DISABLED'? Signed-off-by: Nishant Malpani Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/light/tsl2563.c b/drivers/iio/light/tsl2563.c index d8c40a83097d3..27a5c28aac7f2 100644 --- a/drivers/iio/light/tsl2563.c +++ b/drivers/iio/light/tsl2563.c @@ -69,7 +69,7 @@ #define TSL2563_TIMING_GAIN16 0x10 #define TSL2563_TIMING_GAIN1 0x00 -#define TSL2563_INT_DISBLED 0x00 +#define TSL2563_INT_DISABLED 0x00 #define TSL2563_INT_LEVEL 0x10 #define TSL2563_INT_PERSIST(n) ((n) & 0x0F)