mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
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>
This commit is contained in:
parent
de66493693
commit
d0359c6fac
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Let drivers decide whether they want to support given codec from their
|
* 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
|
* probe method. Drivers have direct access to the struct snd_ac97
|
||||||
* decide based on the id field amongst other things.
|
* structure and may decide based on the id field amongst other things.
|
||||||
*/
|
*/
|
||||||
static int ac97_bus_match(struct device *dev, struct device_driver *drv)
|
static int ac97_bus_match(struct device *dev, struct device_driver *drv)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue