projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87113e8
)
fs/ncpfs/getopt.c: cleanup keneldoc
author
Qinghuang Feng
<
[email protected]
>
Tue, 6 Jan 2009 22:41:39 +0000
(14:41 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 6 Jan 2009 23:59:19 +0000
(15:59 -0800)
There are no argument named @flag in ncp_getopt(), remove it.
Signed-off-by: Qinghuang Feng <
[email protected]
>
Cc: Randy Dunlap <
[email protected]
>
Cc: Petr Vandrovec <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/ncpfs/getopt.c
patch
|
blob
|
history
diff --git
a/fs/ncpfs/getopt.c
b/fs/ncpfs/getopt.c
index 335b003dddf9b220dbf10b50a845f71be21acf9f..0af3349de8512b83c50b9ad406af972de7180186 100644
(file)
--- 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.
*