ibmvnic: add missing parenthesis in do_reset()
authorJakub Kicinski <kuba@kernel.org>
Sat, 5 Sep 2020 04:07:49 +0000 (21:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Sep 2020 16:05:21 +0000 (18:05 +0200)
commit9215385638b70b5d4b050a42933cbaf884f8a6f3
tree2b1e58f10bdc36e852b7b38632c198bbfe88639a
parent68c7abb8302ab8c67b07ab342a85a6e53ae1aab8
ibmvnic: add missing parenthesis in do_reset()

[ Upstream commit 8ae4dff882eb879c17bf46574201bd37fc6bc8b5 ]

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 <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/ibm/ibmvnic.c