]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/debugobjects.h
Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[linux-beck.git] / include / linux / debugobjects.h
index 46056cb161fce0e1f3de707d887abd2ffcb1d02b..d82bf1994485da292a56bc9858f3d98360b5d5ea 100644 (file)
@@ -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