Re: [PATCH net] ibmvnic: add missing parenthesis in do_reset()

2020-09-09 Thread Thomas Falcon
On 9/7/20 4:07 PM, Jakub Kicinski wrote: On Fri, 4 Sep 2020 21:07:49 -0700 Jakub Kicinski wrote: Indentation and logic clearly show that this code is missing parenthesis. Fixes: 9f1345737790 ("ibmvnic fix NULL tx_pools and rx_tools issue at do_reset") Signed-off-by: Jakub Kicinski Applied

Re: [PATCH net] ibmvnic: add missing parenthesis in do_reset()

2020-09-07 Thread Jakub Kicinski
On Fri, 4 Sep 2020 21:07:49 -0700 Jakub Kicinski wrote: > Indentation and logic clearly show that this code is missing > parenthesis. > > Fixes: 9f1345737790 ("ibmvnic fix NULL tx_pools and rx_tools issue at > do_reset") > Signed-off-by: Jakub Kicinski Applied now.

[PATCH net] ibmvnic: add missing parenthesis in do_reset()

2020-09-04 Thread Jakub Kicinski
Indentation and logic clearly show that this code is missing parenthesis. Fixes: 9f1345737790 ("ibmvnic fix NULL tx_pools and rx_tools issue at do_reset") Signed-off-by: Jakub Kicinski --- CC: m...@linux.vnet.ibm.com CC: d...@linux.ibm.com CC: tlfal...@linux.ibm.com CC: jal...@linux.ibm.com I ra