diff mbox series

ALSA: hda/realtek: Remove needless comment lines

Message ID 20241204093928.15988-1-zhangyongzhen@kylinos.cn (mailing list archive)
State New
Headers show
Series ALSA: hda/realtek: Remove needless comment lines | expand

Commit Message

Yongzhen Zhang Dec. 4, 2024, 9:39 a.m. UTC
-/*
- */
-

Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
---
 sound/pci/hda/patch_realtek.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Takashi Iwai Dec. 4, 2024, 9:43 a.m. UTC | #1
On Wed, 04 Dec 2024 10:39:28 +0100,
Yongzhen Zhang wrote:
> 
> -/*
> - */
> -

Too cryptic description :)

And, instead of removing, better to put proper comment instead.


thanks,

Takashi

> 
> Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
> ---
>  sound/pci/hda/patch_realtek.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
> index 4ba9e647250b..b73b1a51a23d 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -890,9 +890,6 @@ static void alc_ssid_check(struct hda_codec *codec, const hda_nid_t *ports)
>  	}
>  }
>  
> -/*
> - */
> -
>  static void alc_fixup_inv_dmic(struct hda_codec *codec,
>  			       const struct hda_fixup *fix, int action)
>  {
> -- 
> 2.34.1
>
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 4ba9e647250b..b73b1a51a23d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -890,9 +890,6 @@  static void alc_ssid_check(struct hda_codec *codec, const hda_nid_t *ports)
 	}
 }
 
-/*
- */
-
 static void alc_fixup_inv_dmic(struct hda_codec *codec,
 			       const struct hda_fixup *fix, int action)
 {