[PATCH] ALSA: cleanup double word in comment

trix@redhat.com posted 1 patch 4 years, 4 months ago
include/sound/hda_verbs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ALSA: cleanup double word in comment
Posted by trix@redhat.com 4 years, 4 months ago
From: Tom Rix <trix@redhat.com>

Remove the second 'device'.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 include/sound/hda_verbs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/hda_verbs.h b/include/sound/hda_verbs.h
index e36b77531c5c3..006d358acce25 100644
--- a/include/sound/hda_verbs.h
+++ b/include/sound/hda_verbs.h
@@ -461,7 +461,7 @@ enum {
 #define AC_DE_ELDV			(1<<1)
 #define AC_DE_IA			(1<<2)
 
-/* device device types (0x0-0xf) */
+/* device types (0x0-0xf) */
 enum {
 	AC_JACK_LINE_OUT,
 	AC_JACK_SPEAKER,
-- 
2.26.3

Re: [PATCH] ALSA: cleanup double word in comment
Posted by Takashi Iwai 4 years, 4 months ago
On Wed, 09 Feb 2022 16:01:33 +0100,
trix@redhat.com wrote:
> 
> From: Tom Rix <trix@redhat.com>
> 
> Remove the second 'device'.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>

Thanks, applied.


Takashi