Staging: iio: adc: Fixing line over 80 characters
authorVaishali Thakkar <vthakkar1994@gmail.com>
Mon, 6 Oct 2014 09:41:06 +0000 (15:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:07 +0000 (10:29 +0800)
This patch fixes the following checkpatch.pl warning:

WARNING: line over 80 charcaters

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/adc/ad7816.c

index 734a7e4..48b1c37 100644 (file)
@@ -152,7 +152,8 @@ static ssize_t ad7816_show_available_modes(struct device *dev,
        return sprintf(buf, "full\npower-save\n");
 }
 
-static IIO_DEVICE_ATTR(available_modes, S_IRUGO, ad7816_show_available_modes, NULL, 0);
+static IIO_DEVICE_ATTR(available_modes, S_IRUGO, ad7816_show_available_modes,
+                       NULL, 0);
 
 static ssize_t ad7816_show_channel(struct device *dev,
                struct device_attribute *attr,