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:
a44ce52
)
debugobjects.h: fix trivial kernel doc warning
author
Randy Dunlap
<rdunlap@infradead.org>
Tue, 26 Jul 2016 22:21:26 +0000
(15:21 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 26 Jul 2016 23:19:19 +0000
(16:19 -0700)
Add ':' to fix trivial kernel-doc warning in <linux/debugobjects.h>:
..//include/linux/debugobjects.h:63: warning: No description found for parameter 'is_static_object'
Link:
http://lkml.kernel.org/r/575B01B8.5060600@infradead.org
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/debugobjects.h
patch
|
blob
|
history
diff --git
a/include/linux/debugobjects.h
b/include/linux/debugobjects.h
index 46056cb161fce0e1f3de707d887abd2ffcb1d02b..d82bf1994485da292a56bc9858f3d98360b5d5ea 100644
(file)
--- a/
include/linux/debugobjects.h
+++ b/
include/linux/debugobjects.h
@@
-38,7
+38,7
@@
struct debug_obj {
* @name: name of the object typee
* @debug_hint: function returning address, which have associated
* kernel symbol, to allow identify the object
- * @is_static_object
return true if the obj is static, otherwise return false
+ * @is_static_object
:
return true if the obj is static, otherwise return false
* @fixup_init: fixup function, which is called when the init check
* fails. All fixup functions must return true if fixup
* was successful, otherwise return false