RE: [PATCH] debugobjects: insulate non-fixup logic related to static obj from fixup callbacks

From: Thomas Gleixner
Date: Sun May 08 2016 - 12:11:49 EST


On Sun, 8 May 2016, Du, Changbin wrote:
> > From: Thomas Gleixner [mailto:tglx@xxxxxxxxxxxxx]
> > > raw_spin_unlock_irqrestore(&db->lock, flags);
> > > /*
> > > - * Maybe the object is static. Let the type specific
> > > + * Maybe the object is static. Let the type specific
> > > * code decide what to do.
> >
> > Instead of doing white space changes you really want to explain the logic
> > here.
> >
> Comments is in following code.

Well. It's a comment, but the code you replace has better explanations about
statically initialized objects. This should move here.

Thanks,

tglx