commit | 9b99b7f84ea520d2ecaf816bde247a1ad07e454e | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@acm.org> | Sat Jan 01 13:51:52 2011 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Feb 03 15:10:18 2011 -0800 |
tree | c1a20e28c8d08ed98cf0846a074c950365a538e0 | |
parent | d3f70befd9a6ab79413f303109e2c701472e2785 [diff] |
kobject: Add missing format attribute specifications Several functions in <linux/kobject.h> accept printf-style arguments. Some of these functions have been annotated with a format attribute declaration while others have not been annotated. Add a format attribute specification where it is missing. Signed-off-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>