Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c37e1f9 authored by Bogicevic Sasa's avatar Bogicevic Sasa Committed by Greg Kroah-Hartman
Browse files

drivers:staging:wlan-ng Fix space preferred around that messages



This fixes all "space preferred around that ..." messages from
checkpatch.pl

Signed-off-by: default avatarBogicevic Sasa <brutallesale@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0adf62bf
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -3985,8 +3985,7 @@ static void hfa384x_usb_throttlefn(unsigned long data)
	pr_debug("flags=0x%lx\n", hw->usb_flags);
	if (!hw->wlandev->hwremoved &&
	    ((test_and_clear_bit(THROTTLE_RX, &hw->usb_flags) &&
	      !test_and_set_bit(WORK_RX_RESUME, &hw->usb_flags))
	     |
	      !test_and_set_bit(WORK_RX_RESUME, &hw->usb_flags)) |
	     (test_and_clear_bit(THROTTLE_TX, &hw->usb_flags) &&
	      !test_and_set_bit(WORK_TX_RESUME, &hw->usb_flags))
	    )) {