sound: Fixed line limit issue in sound/ac97_bus.c
authorJeffrin Jose <ahiliation@yahoo.co.in>
Mon, 6 Dec 2010 13:57:53 +0000 (19:27 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 6 Dec 2010 15:09:49 +0000 (16:09 +0100)
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 <ahiliation@yahoo.co.in>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ac97_bus.c

index a351dd0..2b50cbe 100644 (file)
@@ -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)
 {