Re: [PATCH 04/67] staging: unisys: remove stray blank line in timskmod.h

2014-10-02 Thread Romer, Benjamin M
On Thu, 2014-10-02 at 09:41 -0700, Greg KH wrote: > > - > > /* @} */ > > What is that odd comment? I think it's part of a doxygen block that starts above the #defines: /** * @addtogroup driverlogging * @{ */ To make sure, I'll ask the original author when I get the chance. -- Ben ___

Re: [PATCH 04/67] staging: unisys: remove stray blank line in timskmod.h

2014-10-02 Thread Greg KH
On Thu, Oct 02, 2014 at 11:55:44AM -0500, Romer, Benjamin M wrote: > On Thu, 2014-10-02 at 09:41 -0700, Greg KH wrote: > > > - > > > /* @} */ > > > > What is that odd comment? > > I think it's part of a doxygen block that starts above the #defines: > > /** > * @addtogroup driverlogging > *

Re: [PATCH 04/67] staging: unisys: remove stray blank line in timskmod.h

2014-10-02 Thread Greg KH
On Tue, Sep 30, 2014 at 12:07:48PM -0400, Benjamin Romer wrote: > Just cleaning up the extra blank line from here. > > Signed-off-by: Benjamin Romer > --- > drivers/staging/unisys/include/timskmod.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/unisys/include/timskmod.

[PATCH 04/67] staging: unisys: remove stray blank line in timskmod.h

2014-09-30 Thread Benjamin Romer
Just cleaning up the extra blank line from here. Signed-off-by: Benjamin Romer --- drivers/staging/unisys/include/timskmod.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/unisys/include/timskmod.h b/drivers/staging/unisys/include/timskmod.h index ee7e85f..0f59b3c 100644 ---