From: Krzysztof Helt Date: Mon, 18 Dec 2006 13:41:03 +0000 (+0100) Subject: [ALSA] sparc dbri comment fix X-Git-Tag: Ubuntu-5.13.0-19.19~52979^2~62^2~84 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ca40587087fc05c670f4f2650cc466d557377f6d;p=mirror_ubuntu-jammy-kernel.git [ALSA] sparc dbri comment fix This is a comment fix to avoid misleading about locking in the dbri_cmdsend. Signed-off-by: Krzysztof Helt Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/sparc/dbri.c b/sound/sparc/dbri.c index 4ceb09d215d8..25a2a7333006 100644 --- a/sound/sparc/dbri.c +++ b/sound/sparc/dbri.c @@ -678,7 +678,7 @@ static s32 *dbri_cmdlock(struct snd_dbri * dbri, int len) * The JUMP cmd points to the new cmd string. * It also releases the cmdlock spinlock. * - * Lock must not be held before calling this. + * Lock must be held before calling this. */ static void dbri_cmdsend(struct snd_dbri * dbri, s32 * cmd,int len) {