diff options
| author | Max Filippov <[email protected]> | 2016-11-06 23:31:10 -0800 |
|---|---|---|
| committer | Max Filippov <[email protected]> | 2016-11-06 23:31:10 -0800 |
| commit | 712cba5d87a6c0e980ee5fad45734e189c4d7151 (patch) | |
| tree | f73d73c08df83276d7775678b8f41b94a0c28fa7 /include/linux/debugobjects.h | |
| parent | a4c6be5ad1d0c7af0c5421b68a00b6406b28a325 (diff) | |
| parent | a909d3e636995ba7c349e2ca5dbb528154d4ac30 (diff) | |
Merge tag 'v4.9-rc3' into xtensa-for-next
Linux 4.9-rc3
Diffstat (limited to 'include/linux/debugobjects.h')
| -rw-r--r-- | include/linux/debugobjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/debugobjects.h b/include/linux/debugobjects.h index 46056cb161fc..d82bf1994485 100644 --- 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 |