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:
2d7d253
)
[PATCH] fix kernel-api doc for kernel/resource.c
author
Randy Dunlap
<
[email protected]
>
Sun, 30 Jul 2006 10:03:40 +0000
(
03:03
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 31 Jul 2006 20:28:40 +0000
(13:28 -0700)
insert_resource() was unexported, so kernel-doc needs to be told to search
kernel/resource.c for internal functions instead of exported functions so that
it won't report an error.
Signed-off-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
Documentation/DocBook/kernel-api.tmpl
patch
|
blob
|
history
diff --git
a/Documentation/DocBook/kernel-api.tmpl
b/Documentation/DocBook/kernel-api.tmpl
index 1ae4dc0fd8564db5801951997946603f0ce4a79d..db67ba6f5b1dfaa60fc7378a3b998a85c53bc1c7 100644
(file)
--- a/
Documentation/DocBook/kernel-api.tmpl
+++ b/
Documentation/DocBook/kernel-api.tmpl
@@
-300,7
+300,7
@@
X!Ekernel/module.c
</sect1>
<sect1><title>Resources Management</title>
-!
E
kernel/resource.c
+!
I
kernel/resource.c
</sect1>
<sect1><title>MTRR Handling</title>