[PATCH 0/7] Make debugobjects fixup functions return bool type

From: changbin . du
Date: Fri Apr 22 2016 - 04:19:27 EST


From: "Du, Changbin" <changbin.du@xxxxxxxxx>

Hello,
I am going to introduce debugobjects infrastructure to USB subsystem.
But before this, I found the code of debugobjects could be improved.
This patchset will make fixup functions return bool type instead of
int. Because fixup only need report success or no. boolean is the
'real' type.

The MAINTAINERS file doesn't include lib/debugobjects.c, so I can
only send to Andrew Morton (akpm@xxxxxxxxxxxxxxxxxxxx) as a last
resort. :)

I will probaly have 2 other patches which send later.

Du, Changbin (7):
debugobjects: make fixup functions return bool instead of int
debugobjects: correct the usage of fixup call results
workqueue: update debugobjects fixup callbacks return type
timer: update debugobjects fixup callbacks return type
rcu: update debugobjects fixup callbacks return type
percpu_counter: update debugobjects fixup callbacks return type
Documentation: update debugobjects doc

Documentation/DocBook/debugobjects.tmpl | 26 ++++++++++---------
include/linux/debugobjects.h | 15 ++++++-----
kernel/rcu/update.c | 6 ++---
kernel/time/hrtimer.c | 18 ++++++-------
kernel/time/timer.c | 30 +++++++++++-----------
kernel/workqueue.c | 20 +++++++--------
lib/debugobjects.c | 45 ++++++++++++++++-----------------
lib/percpu_counter.c | 6 ++---
8 files changed, 84 insertions(+), 82 deletions(-)

--
2.7.4