RE: [net-next 2/7] fm10k: cleanup unnecessary parenthesis in fm10k_iov.c

2018-01-31 Thread Keller, Jacob E
...@redhat.com; sassm...@redhat.com; jogre...@redhat.com > Subject: Re: [net-next 2/7] fm10k: cleanup unnecessary parenthesis in > fm10k_iov.c > > On Wed, 2018-01-24 at 14:45 -0800, Jeff Kirsher wrote: > > This fixes a few warnings found by checkpatch.pl --strict > [] > &g

Re: [net-next 2/7] fm10k: cleanup unnecessary parenthesis in fm10k_iov.c

2018-01-31 Thread Joe Perches
On Wed, 2018-01-24 at 14:45 -0800, Jeff Kirsher wrote: > This fixes a few warnings found by checkpatch.pl --strict [] > diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_iov.c > b/drivers/net/ethernet/intel/fm10k/fm10k_iov.c [] > @@ -353,7 +353,7 @@ int fm10k_iov_resume(struct pci_dev *pdev) >

[net-next 2/7] fm10k: cleanup unnecessary parenthesis in fm10k_iov.c

2018-01-24 Thread Jeff Kirsher
From: Jacob Keller This fixes a few warnings found by checkpatch.pl --strict Signed-off-by: Jacob Keller Tested-by: Krishneil Singh Signed-off-by: Jeff Kirsher --- drivers/net/ethernet/intel/fm10k/fm10k_iov.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net