[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20171206145228.GA20550@kroah.com>
Date: Wed, 6 Dec 2017 15:52:28 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Marcus Wolf <linux@...f-entwicklungen.de>
Cc: dan.carpenter@...cle.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V3] staging: pi433: rf69.c: Replace macros READ_REG and
WRITE_REG with smarter functions
On Mon, Dec 04, 2017 at 11:45:16PM +0200, Marcus Wolf wrote:
> To increase the readability of the register accesses, the abstraction
> of the helpers was increased from simple read and write to set bit,
> clear bit and read modify write bit.
>
> Annotation: This patch contains a lot of long lines and camel case
> var names. These long lines and camel case vars weren't introduced
> by this patch, but were long and camel cased before.
>
> Signed-off-by: Marcus Wolf <linux@...f-entwicklungen.de>
> ---
> drivers/staging/pi433/rf69.c | 336 ++++++++++++++++++++++--------------------
> 1 file changed, 180 insertions(+), 156 deletions(-)
When doing a second or third or forth version of a patch, always include
below the --- line what changed from the previous versions. The
in-kernel documentation for how to submit a patch should have all of the
needed information on this.
No need here, just for the future patches.
thanks,
greg k-h
Powered by blists - more mailing lists