Skip to content

Commit be9b54a

Browse files
Colin Ian Kingtiwai
authored andcommitted
ALSA: usb-audio: fix spelling mistake "buss" -> "bus"
There is a spelling mistake in a usb_audio_dbg debug message. Also replace "param" with "parameter". Fix these. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent c7fabbc commit be9b54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/usb/mixer_us16x08.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ static int snd_us16x08_bus_put(struct snd_kcontrol *kcontrol,
329329
elem->cached |= 1;
330330
elem->cache_val[0] = val;
331331
} else {
332-
usb_audio_dbg(chip, "Failed to set buss param, err:%d\n", err);
332+
usb_audio_dbg(chip, "Failed to set bus parameter, err:%d\n", err);
333333
}
334334

335335
return err > 0 ? 1 : 0;

0 commit comments

Comments
 (0)