From: Qinghuang Feng Date: Tue, 6 Jan 2009 22:41:39 +0000 (-0800) Subject: fs/ncpfs/getopt.c: cleanup keneldoc X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ee9ef6b778fbe1cacbec4fcd18a93f322ff93354;p=linux-beck.git fs/ncpfs/getopt.c: cleanup keneldoc There are no argument named @flag in ncp_getopt(), remove it. Signed-off-by: Qinghuang Feng Cc: Randy Dunlap Cc: Petr Vandrovec Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ncpfs/getopt.c b/fs/ncpfs/getopt.c index 335b003dddf9..0af3349de851 100644 --- a/fs/ncpfs/getopt.c +++ b/fs/ncpfs/getopt.c @@ -16,7 +16,6 @@ * @opts: an array of &struct option entries controlling parser operations * @optopt: output; will contain the current option * @optarg: output; will contain the value (if one exists) - * @flag: output; may be NULL; should point to a long for or'ing flags * @value: output; may be NULL; will be overwritten with the integer value * of the current argument. *