ALSA: ctxfi: fix comment syntax in file headers
authorAditya Srivastava <yashsri421@gmail.com>
Wed, 17 Mar 2021 20:39:32 +0000 (02:09 +0530)
committerTakashi Iwai <tiwai@suse.de>
Thu, 18 Mar 2021 09:14:08 +0000 (10:14 +0100)
The opening comment mark '/**' is used for highlighting the beginning of
kernel-doc comments.
There are files in sound/pci/ctxfi which follow this syntax in their file
headers, i.e. start with '/**' like comments, which causes unexpected
warnings from kernel-doc.

E.g., running scripts/kernel-doc -none on sound/pci/ctxfi/ctresource.c
causes this warning:
"warning: wrong kernel-doc identifier on line:
 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved."

Similarly for other files too.

Provide a simple fix by replacing the kernel-doc like comment syntax with
general format, i.e. "/*", to prevent kernel-doc from parsing it.

Signed-off-by: Aditya Srivastava <yashsri421@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20210317203932.23993-1-yashsri421@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
20 files changed:
sound/pci/ctxfi/ct20k1reg.h
sound/pci/ctxfi/ct20k2reg.h
sound/pci/ctxfi/ctamixer.c
sound/pci/ctxfi/ctamixer.h
sound/pci/ctxfi/ctatc.c
sound/pci/ctxfi/ctatc.h
sound/pci/ctxfi/ctdaio.c
sound/pci/ctxfi/ctdaio.h
sound/pci/ctxfi/cthardware.h
sound/pci/ctxfi/cthw20k1.h
sound/pci/ctxfi/cthw20k2.h
sound/pci/ctxfi/ctimap.h
sound/pci/ctxfi/ctmixer.h
sound/pci/ctxfi/ctpcm.h
sound/pci/ctxfi/ctresource.c
sound/pci/ctxfi/ctresource.h
sound/pci/ctxfi/ctsrc.c
sound/pci/ctxfi/ctsrc.h
sound/pci/ctxfi/ctvmem.c
sound/pci/ctxfi/ctvmem.h

index d4bfee499fb1caec0179795715a42e35df4a4f08..05bb006c0f4c1b7adc29524d4e198845c24e5613 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  */
 
index af94ea66fdda7058d8cf992c2f8c3c0db4199d21..02f67828eabefa9e1d043d88c7972041b5f60f6f 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  */
 
index d4ff377eb3a3405fab75c044e92603d2387e1a1d..da6e6350ceafad545aa4e0ef29591ffd2d9e6c4d 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctamixer.c
index 4fafb397abed10c442e8062fe437b0c292615e5e..4498e6139d0efa89c797f9f259b6a58cbec97cd6 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctamixer.h
index f8ac96cf38a430781f01992c5179929c451ae475..78f35e88aed6b457ae684e3cd8f5668af65a2034 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File    ctatc.c
index ac31b32b277b70cee32667cccb2bcf5c142c503d..0bc7b71d910b05d3b82431a39daf8813b892f071 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctatc.h
index 4cb47b5a792c54d5a1c1f3bcc149443dd6a8fad3..f589da04534244e8752e65f090007ecd6d36db91 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctdaio.c
index 431583bb0a3e1bbe906cbb55ee6110ebba473dc8..bd6310f48013901ca0e562f5fe52eca386fc2c52 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctdaio.h
index 9e6b83bd432d9c89383c5aaeb2e9d8b6305f53ac..f406b626a28c4c545a27e76dca2b98f1e8d878a3 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       cthardware.h
index b7cbe82d71bd801f3db789fa3721054889d11f55..ffb019abf65146c5e1f7968e4ba133e894926813 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       cthw20k1.h
index 797b13dcd84c828cfeefb24ed78fe49dda9f5d6e..6993a3d5277aa53ffdc74931939dc5fd59509f3b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       cthw20k2.h
index 79bc94bce4d572fe39b6038f6ba17a4493c5aa57..49b1bb8314101c247891d23768902af9069fe36b 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctimap.h
index 770dc18a85e8582014b74088cb9afcece28e12af..e812f6c93b41cad4b9b2ccdadd958c97378e96bf 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctmixer.h
index dfa1c62f7d1e6856147247c9d456b86370417309..8b39bdd262b4ee60abd3f6445cac47c4ba55ce5a 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctpcm.h
index 6d0a01b189e123d842a4ef2ef3939fe5f536ba51..81ad269345182748a68f9b112c900d18095624c1 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctresource.c
index 93e47488a1c1c6fa175a121bcd1addfe327f650b..fdbfd808816d373a8587cce9b840b84281a469d9 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctresource.h
index 37c18ce84974ab549af2a4fd60b859d09b3c3970..bd4697b44233467c687033aeb7194ef85132443c 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctsrc.c
index 1204962280c8e3bde7a19f5d0bb7ed722c57c8b1..1124daf50c9bea174296ad76714b0fc8bcbf9650 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File       ctsrc.h
index bde28aa9e13964f958699e2aa9241ab31e805c89..7a805c4a58e1433c6975904007905868bc289a2e 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File    ctvmem.c
index 54818a3c245d8c970ff105b0fa26329a773c4c87..da54cbcdb0be4de0a116f64050845dd1255c2ba4 100644 (file)
@@ -1,5 +1,5 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
-/**
+/*
  * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
  *
  * @File    ctvmem.h