Skip to content

Commit

Permalink
fs/ncpfs/getopt.c: cleanup keneldoc
Browse files Browse the repository at this point in the history
There are no argument named @flag in ncp_getopt(), remove it.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Qinghuang Feng authored and Linus Torvalds committed Jan 6, 2009
1 parent 87113e8 commit ee9ef6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ncpfs/getopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit ee9ef6b

Please sign in to comment.