ALSA: ctxfi: fix comment syntax in file headers
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>
Showing
- sound/pci/ctxfi/ct20k1reg.h 1 addition, 1 deletionsound/pci/ctxfi/ct20k1reg.h
- sound/pci/ctxfi/ct20k2reg.h 1 addition, 1 deletionsound/pci/ctxfi/ct20k2reg.h
- sound/pci/ctxfi/ctamixer.c 1 addition, 1 deletionsound/pci/ctxfi/ctamixer.c
- sound/pci/ctxfi/ctamixer.h 1 addition, 1 deletionsound/pci/ctxfi/ctamixer.h
- sound/pci/ctxfi/ctatc.c 1 addition, 1 deletionsound/pci/ctxfi/ctatc.c
- sound/pci/ctxfi/ctatc.h 1 addition, 1 deletionsound/pci/ctxfi/ctatc.h
- sound/pci/ctxfi/ctdaio.c 1 addition, 1 deletionsound/pci/ctxfi/ctdaio.c
- sound/pci/ctxfi/ctdaio.h 1 addition, 1 deletionsound/pci/ctxfi/ctdaio.h
- sound/pci/ctxfi/cthardware.h 1 addition, 1 deletionsound/pci/ctxfi/cthardware.h
- sound/pci/ctxfi/cthw20k1.h 1 addition, 1 deletionsound/pci/ctxfi/cthw20k1.h
- sound/pci/ctxfi/cthw20k2.h 1 addition, 1 deletionsound/pci/ctxfi/cthw20k2.h
- sound/pci/ctxfi/ctimap.h 1 addition, 1 deletionsound/pci/ctxfi/ctimap.h
- sound/pci/ctxfi/ctmixer.h 1 addition, 1 deletionsound/pci/ctxfi/ctmixer.h
- sound/pci/ctxfi/ctpcm.h 1 addition, 1 deletionsound/pci/ctxfi/ctpcm.h
- sound/pci/ctxfi/ctresource.c 1 addition, 1 deletionsound/pci/ctxfi/ctresource.c
- sound/pci/ctxfi/ctresource.h 1 addition, 1 deletionsound/pci/ctxfi/ctresource.h
- sound/pci/ctxfi/ctsrc.c 1 addition, 1 deletionsound/pci/ctxfi/ctsrc.c
- sound/pci/ctxfi/ctsrc.h 1 addition, 1 deletionsound/pci/ctxfi/ctsrc.h
- sound/pci/ctxfi/ctvmem.c 1 addition, 1 deletionsound/pci/ctxfi/ctvmem.c
- sound/pci/ctxfi/ctvmem.h 1 addition, 1 deletionsound/pci/ctxfi/ctvmem.h
Loading
Please register or sign in to comment