From: Takashi Iwai Date: Mon, 18 May 2015 07:45:11 +0000 (+0200) Subject: ALSA: info: Drop kerneldoc comment from snd_info_create_entry() X-Git-Tag: firefly_0821_release~176^2~1082^2~174 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c309c467edbe006f335af5947f89636bc5473a1b;p=firefly-linux-kernel-4.4.55.git ALSA: info: Drop kerneldoc comment from snd_info_create_entry() It's no longer a part of API but merely a local function. Signed-off-by: Takashi Iwai --- diff --git a/sound/core/info.c b/sound/core/info.c index 76cdf1d21f17..895362a696c9 100644 --- a/sound/core/info.c +++ b/sound/core/info.c @@ -686,7 +686,7 @@ const char *snd_info_get_str(char *dest, const char *src, int len) EXPORT_SYMBOL(snd_info_get_str); -/** +/* * snd_info_create_entry - create an info entry * @name: the proc file name * @parent: the parent directory