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

Commit cf57e659 authored by Tobin C. Harding's avatar Tobin C. Harding Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: move logic operator to end of line



Logic operator (&&) is place at the start of the line. Kernel
standards suggest that logical operators should be placed at the end
of the line.

Move logical operator to the end of the previous line.

Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9f9d7030
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -193,9 +193,9 @@ static int _ks_wlan_hw_power_save(struct ks_wlan_private *priv)
			atomic_read(&priv->psstatus.snooze_guard),
			cnt_txqbody(priv));

		if (!atomic_read(&priv->psstatus.confirm_wait)
			&& !atomic_read(&priv->psstatus.snooze_guard)
			&& !cnt_txqbody(priv)) {
		if (!atomic_read(&priv->psstatus.confirm_wait) &&
		    !atomic_read(&priv->psstatus.snooze_guard) &&
		    !cnt_txqbody(priv)) {
			retval =
				ks7010_sdio_read(priv, INT_PENDING,
						&rw_data,