lkml.org 
[lkml]   [2016]   [Jun]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] debugobjects.h: fix trivial kernel-doc warning
From
Date
From: Randy Dunlap <rdunlap@infradead.org>

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'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
include/linux/debugobjects.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-47-rc2.orig/include/linux/debugobjects.h
+++ lnx-47-rc2/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
\
 
 \ /
  Last update: 2016-06-10 20:41    [W:0.030 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site