]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ibmvnic: add missing parenthesis in do_reset()
authorJakub Kicinski <kuba@kernel.org>
Sat, 5 Sep 2020 04:07:49 +0000 (21:07 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 7 Sep 2020 21:03:11 +0000 (14:03 -0700)
commit8ae4dff882eb879c17bf46574201bd37fc6bc8b5
tree734edf35dd686174131c78327776940dae30e314
parentffa59b0b396cb2c0ea6712ff30ee05c35d4c9c8d
ibmvnic: add missing parenthesis in do_reset()

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>
drivers/net/ethernet/ibm/ibmvnic.c