From: Jeffrin Jose Date: Mon, 6 Dec 2010 13:57:53 +0000 (+0530) Subject: sound: Fixed line limit issue in sound/ac97_bus.c X-Git-Tag: v2.6.38-rc1~236^2~2^2~45 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d0359c6fac18588da04fbefdad096453442653ee;p=~emulex%2Finfiniband.git sound: Fixed line limit issue in sound/ac97_bus.c This is a patch to the sound/ac97_bus.c file that fixes up a 80 character line limit issue found by the checkpatch.pl tool. Signed-off-by: Jeffrin Jose Signed-off-by: Takashi Iwai --- diff --git a/sound/ac97_bus.c b/sound/ac97_bus.c index a351dd0a09c..2b50cbe6aca 100644 --- a/sound/ac97_bus.c +++ b/sound/ac97_bus.c @@ -19,8 +19,8 @@ /* * Let drivers decide whether they want to support given codec from their - * probe method. Drivers have direct access to the struct snd_ac97 structure and may - * decide based on the id field amongst other things. + * probe method. Drivers have direct access to the struct snd_ac97 + * structure and may decide based on the id field amongst other things. */ static int ac97_bus_match(struct device *dev, struct device_driver *drv) {