ad525x_dpot: Add a blank line after declaration
authorMohammad Jamal <md.jamalmohiuddin@gmail.com>
Thu, 18 Dec 2014 01:46:26 +0000 (07:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:12 +0000 (05:04 -0800)
Added a blank line after declaration to fix the warning of checkpatch.pl

Signed-off-by: Mohammad Jamal <md.jamalmohiuddin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ad525x_dpot.c

index a43053daad0ec6698e39475f02499b955a12f66a..32f9072454096f7fd31c7f86fd0e76d4a29a33be 100644 (file)
@@ -176,6 +176,7 @@ static s32 dpot_read_i2c(struct dpot_data *dpot, u8 reg)
 {
        int value;
        unsigned ctrl = 0;
+
        switch (dpot->uid) {
        case DPOT_UID(AD5246_ID):
        case DPOT_UID(AD5247_ID):