From: Gulsah Kose Date: Tue, 30 Sep 2014 21:09:11 +0000 (+0300) Subject: staging: iio: addac: Combined seperated strings. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa27f0ba0fac819083c505c85021dc19d2b53083;p=linux-beck.git staging: iio: addac: Combined seperated strings. This patch fixes "quoted string split across lines" checkpatch.pl warning in adt7316.c Signed-off-by: Gulsah Kose Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c index c61047671541..5b11b42c0254 100644 --- a/drivers/staging/iio/addac/adt7316.c +++ b/drivers/staging/iio/addac/adt7316.c @@ -2184,6 +2184,5 @@ int adt7316_probe(struct device *dev, struct adt7316_bus *bus, EXPORT_SYMBOL(adt7316_probe); MODULE_AUTHOR("Sonic Zhang "); -MODULE_DESCRIPTION("Analog Devices ADT7316/7/8 and ADT7516/7/9 digital" - " temperature sensor, ADC and DAC driver"); +MODULE_DESCRIPTION("Analog Devices ADT7316/7/8 and ADT7516/7/9 digital temperature sensor, ADC and DAC driver"); MODULE_LICENSE("GPL v2");