Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <ahiliation@yahoo.co.in>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by

Jeffrin Jose and committed by
Takashi Iwai
d0359c6f de664936

+2 -2
+2 -2
sound/ac97_bus.c
··· 19 19 20 20 /* 21 21 * Let drivers decide whether they want to support given codec from their 22 - * probe method. Drivers have direct access to the struct snd_ac97 structure and may 23 - * decide based on the id field amongst other things. 22 + * probe method. Drivers have direct access to the struct snd_ac97 23 + * structure and may decide based on the id field amongst other things. 24 24 */ 25 25 static int ac97_bus_match(struct device *dev, struct device_driver *drv) 26 26 {