[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140718231531.GA29920@kroah.com>
Date: Fri, 18 Jul 2014 16:15:31 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Igor Bezukh <igbzkh@...il.com>
Cc: devel@...verdev.osuosl.org, forest@...ttletooquiet.net,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: vt6655: apply kernel coding style to
wCommandTimerWait function
On Fri, Jul 18, 2014 at 09:35:13PM +0300, Igor Bezukh wrote:
> Since there is a lot of stuff that need to be changed in order to meet the kernel
> coding style in wcmd.c file, I've decided to fix function-per-patch.
> The following changes were made in vCommandTimerWait function:
>
> - Camel case change:
> - MSecond ---> msec
> - hDdeviceContext ---> private
> - pDevice ---> priv
> - Removed redundant return
> - Removed redndant comment
>
> In future patches, I will also change the function name itself.
A better way to do this, that is easier to review, is to do, on a
per-file basis, one thing, like "remove redundant return", or "remove
unneeded comments".
Having to review all of these changes at once, even for something as
"small" as a single function, is much harder than making sure you only
do one thing, and do it all at once.
So, can you break it up in this way instead?
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists