Skip to content

Commit

Permalink
sound: Fixed line limit issue in sound/ac97_bus.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
ahiliation authored and tiwai committed Dec 6, 2010
1 parent de66493 commit d0359c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/ac97_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit d0359c6

Please sign in to comment.