Is there a reason for those extra asterisks to be in there? Seems unnecessary. Signed-off-by: Steven Davis <goldside000@xxxxxxxxxxx> ---  sound/sound_core.c | 12 ++++++------  1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sound/sound_core.c b/sound/sound_core.c index d81fed1c122699..6d446c5bb94a0f 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c @@ -331,7 +331,7 @@ static void sound_remove_unit(struct sound_unit **list, int unit)   static struct sound_unit *chains[SOUND_STEP];  -/** +/*  *â??â??â??register_sound_special_device - register a special sound node  *â??â??â??@fops: File operations for the driver  *â??â??â??@unit: Unit number to allocate @@ -418,7 +418,7 @@ int register_sound_special(const struct file_operations *fops, int unit)   EXPORT_SYMBOL(register_sound_special);  -/** +/*  *â??â??â??register_sound_mixer - register a mixer device  *â??â??â??@fops: File operations for the driver  *â??â??â??@dev: Unit number to allocate @@ -443,7 +443,7 @@ EXPORT_SYMBOL(register_sound_mixer);  *â??â??â??in open - see below.  */   -/** +/*  *â??â??â??register_sound_dsp - register a DSP device  *â??â??â??@fops: File operations for the driver  *â??â??â??@dev: Unit number to allocate @@ -466,7 +466,7 @@ int register_sound_dsp(const struct file_operations *fops, int dev)   EXPORT_SYMBOL(register_sound_dsp);  -/** +/*  *â??â??â??unregister_sound_special - unregister a special sound device  *â??â??â??@unit: unit number to allocate  * @@ -483,7 +483,7 @@ void unregister_sound_special(int unit)    EXPORT_SYMBOL(unregister_sound_special);  -/** +/*  *â??â??â??unregister_sound_mixer - unregister a mixer  *â??â??â??@unit: unit number to allocate  * @@ -498,7 +498,7 @@ void unregister_sound_mixer(int unit)   EXPORT_SYMBOL(unregister_sound_mixer);  -/** +/*  *â??â??â??unregister_sound_dsp - unregister a DSP device  *â??â??â??@unit: unit number to allocate  *