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

Commit 540a27ae authored by Ethan Zonca's avatar Ethan Zonca Committed by Marc Kleine-Budde
Browse files

can: gs_usb: fix coding style



This patch fixes five minor style issues, spaces are between bitwise OR
operators.

Signed-off-by: default avatarEthan Zonca <e@ethanzonca.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent c919a306
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -546,7 +546,6 @@ static netdev_tx_t gs_can_start_xmit(struct sk_buff *skb,
				  hf,
				  urb->transfer_dma);


		if (rc == -ENODEV) {
			netif_device_detach(netdev);
		} else {