Staging: iio: adc: Fix line over 80 characters
authorVaishali Thakkar <vthakkar1994@gmail.com>
Mon, 6 Oct 2014 09:40:25 +0000 (15:10 +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 characters

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

index c110a25..f6526aa 100644 (file)
@@ -223,7 +223,8 @@ static int ad7192_setup(struct ad7192_state *st,
        id &= AD7192_ID_MASK;
 
        if (id != st->devid)
-               dev_warn(&st->sd.spi->dev, "device ID query failed (0x%X)\n", id);
+               dev_warn(&st->sd.spi->dev, "device ID query failed (0x%X)\n",
+                       id);
 
        switch (pdata->clock_source_sel) {
        case AD7192_CLK_EXT_MCLK1_2: