[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170116103804.GB2037@kroah.com>
Date: Mon, 16 Jan 2017 11:38:04 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Derek Robson <robsonde@...il.com>
Cc: mchehab@...nel.org, jb@...adie.fr, hans.verkuil@...co.com,
bhumirks@...il.com, aquannie@...il.com, claudiu.beznea@...il.com,
bankarsandhya512@...il.com, linux-media@...r.kernel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] Staging: media: bcm2048: style fix - bare use of
unsigned
On Mon, Jan 16, 2017 at 08:09:51PM +1300, Derek Robson wrote:
> Changed macro to not pass signedness and size as seprate fields.
> This is to improve code readablity.
Not really, it reads just fine as is. In fact, it forces you to think
about the signed vs. unsigned of the variable and doesn't let you forget
it, which seems to be the intention of the code as-is.
So I would recommend just leaving it alone.
Remember, checkpatch is a hint, you always have to use your brain when
making kernel changes, and always test-build them :)
thanks,
greg k-h
Powered by blists - more mailing lists