Skip to content

Commit

Permalink
[PATCH] fix kernel-api doc for kernel/resource.c
Browse files Browse the repository at this point in the history
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 <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jul 31, 2006
1 parent 2d7d253 commit 2b54960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/DocBook/kernel-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ X!Ekernel/module.c
</sect1>

<sect1><title>Resources Management</title>
!Ekernel/resource.c
!Ikernel/resource.c
</sect1>

<sect1><title>MTRR Handling</title>
Expand Down

0 comments on commit 2b54960

Please sign in to comment.