Re: [PATCH] Staging: vt6656: Fix unnecessary parantheses

2018-01-08 Thread Greg KH
On Mon, Dec 25, 2017 at 11:05:34AM +0530, Sumit Pundir wrote: > This patch fixes a few coding style issues as noted by checkpatch.pl > related to unnecessary parantheses. > > This patch fixes the following checkpatch.pl warnings: > > WARNING: Unnecessary parentheses around 'priv->eeprom[EEP_OFS_M

Re: [PATCH] Staging: vt6656: fix unnecessary parantheses

2018-01-08 Thread Greg KH
On Fri, Dec 22, 2017 at 07:53:52PM +0530, Sumit Pundir wrote: > This patch fixes a coding style issue as noted by > checkpatch.pl related to unnecessary parentheses. > > This patch fixes the following checkpatch.pl warning: > > WARNING: Unnecessary parentheses around 'priv->basic_rates'. > > Sig