diff options
Diffstat (limited to 'scripts/basic')
-rw-r--r-- | scripts/basic/docproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/basic/docproc.c b/scripts/basic/docproc.c index d6071cbf13d7..f4d2f68452ba 100644 --- a/scripts/basic/docproc.c +++ b/scripts/basic/docproc.c | |||
@@ -211,7 +211,7 @@ void find_export_symbols(char * filename) | |||
211 | * Document all external or internal functions in a file. | 211 | * Document all external or internal functions in a file. |
212 | * Call kernel-doc with following parameters: | 212 | * Call kernel-doc with following parameters: |
213 | * kernel-doc -docbook -nofunction function_name1 filename | 213 | * kernel-doc -docbook -nofunction function_name1 filename |
214 | * function names are obtained from all the the src files | 214 | * function names are obtained from all the src files |
215 | * by find_export_symbols. | 215 | * by find_export_symbols. |
216 | * intfunc uses -nofunction | 216 | * intfunc uses -nofunction |
217 | * extfunc uses -function | 217 | * extfunc uses -function |