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

[PATCH] Staging: vt6656: Fix unnecessary parantheses

2017-12-24 Thread Sumit Pundir
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_MAJOR_VER] == 0x1' WARNING: Unnecessary parentheses around 'priv->eeprom[EE

[PATCH] Staging: vt6656: fix unnecessary parantheses

2017-12-22 Thread Sumit Pundir
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'. Signed-off-by: Sumit Pundir --- drivers/staging/vt6656/card.c | 2 +- 1 file ch