lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20251230140103.93134-1-Julia.Lawall@inria.fr>
Date: Tue, 30 Dec 2025 15:01:03 +0100
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Jaroslav Kysela <perex@...ex.cz>
Cc: yunbolyu@....edu.sg,
	kexinsun@...il.nju.edu.cn,
	ratnadiraw@....edu.sg,
	xutong.ma@...ia.fr,
	Takashi Iwai <tiwai@...e.com>,
	linux-sound@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] ALSA: ice1724: adjust function name reference

The code just below the comment is_pro_rate_locked(), so it seems
like that was what was intended for the comment.

Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>

---
 sound/pci/ice1712/ice1724.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c
index e2dbbbfbca9f..65bf48647d08 100644
--- a/sound/pci/ice1712/ice1724.c
+++ b/sound/pci/ice1712/ice1724.c
@@ -973,7 +973,7 @@ static int set_rate_constraints(struct snd_ice1712 *ice,
 					  ice->hw_rates);
 }
 
-/* if the card has the internal rate locked (is_pro_locked), limit runtime
+/* if the card has the internal rate locked (is_pro_rate_locked), limit runtime
    hw rates to the current internal rate only.
 */
 static void constrain_rate_if_locked(struct snd_pcm_substream *substream)


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ