On Mon, Oct 01, 2012 at 11:28:21PM -0400, Vivien Didelot wrote: > Hi Guenter, > Hi Vivien,
[ ... ] > > > + } else { > > > + dev_dbg(&client->dev, "doesn't look like an " > > > + "ADS7828 compatible device\n"); > > > > WARNING: quoted string split across lines > > #190: FILE: drivers/hwmon/ads7828.c:196: > > + dev_dbg(&client->dev, "doesn't look like an > > " > > + "ADS7828 compatible device\n"); > Hum ok, so the reason for that is that it breaks the ability to grep a > string... Makes sense. > > > > Better: > > dev_dbg(&client->dev, > > "doesn't look like an ADS7828 > > compatible device\n"); > This exceeds 80 chars, but I'll find a shorter message. That is ok nowadays if it is due to a quoted string. Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/