Commit 95263c95 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

staging: slicoss: logical continuations should be on the previous line



Move logical or operator to previous line to comply with
the standard kernel coding style.

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0b402c8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -614,8 +614,8 @@ static void slic_mac_config(struct adapter *adapter)
		value |= GMCR_GBIT;

	/* enable fullduplex */
	if ((adapter->linkduplex == LINK_FULLD)
	    || (adapter->macopts & MAC_LOOPBACK)) {
	if ((adapter->linkduplex == LINK_FULLD) ||
	    (adapter->macopts & MAC_LOOPBACK)) {
		value |= GMCR_FULLD;
	}