Skip to content

Commit c612093

Browse files
rddunlapLinus Torvalds
authored andcommitted
[PATCH] update some docbook comments
Correct a few comments in kernel-doc Doc and source files. (akpm: note: the patch removes a non-ascii character and might have to be applied by hand..) Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 87c2b7c commit c612093

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/kernel-doc-nano-HOWTO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ are:
1717
special place-holders for where the extracted documentation should
1818
go.
1919

20-
- scripts/docproc.c
20+
- scripts/basic/docproc.c
2121

2222
This is a program for converting SGML template files into SGML
2323
files. When a file is referenced it is searched for symbols

scripts/basic/docproc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ void intfunc(char * filename) { docfunctions(filename, NOFUNCTION); }
250250
void extfunc(char * filename) { docfunctions(filename, FUNCTION); }
251251

252252
/*
253-
* Document spåecific function(s) in a file.
253+
* Document specific function(s) in a file.
254254
* Call kernel-doc with the following parameters:
255255
* kernel-doc -docbook -function function1 [-function function2]
256256
*/

0 commit comments

Comments
 (0)