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

Commit 75177588 authored by Lorenz Haspel's avatar Lorenz Haspel Committed by Greg Kroah-Hartman
Browse files

silicom: checkpatch: fixed whitespace errors



started cleanfile
also fixed some other whitespace errors cleanfile didn't find

Signed-off-by: default avatarLorenz Haspel <lorenz@badgers.com>
Signed-off-by: default avatarMichael Banken <michael.banken@mathe.stud.uni-erlangen.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ef2af122
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1414,8 +1414,8 @@ static int wdt_pulse(bpctl_dev_t *pbpctl_dev)
				(ctrl_ext &
				 ~(BP10G_MCLK_DATA_OUT | BP10G_MDIO_DATA_OUT)));
	}
	if ((pbpctl_dev->wdt_status == WDT_STATUS_EN)	/*&&
							   (pbpctl_dev->bp_ext_ver<PXG4BPFI_VER) */)
	if ((pbpctl_dev->wdt_status == WDT_STATUS_EN))
		/*&& (pbpctl_dev->bp_ext_ver<PXG4BPFI_VER) */
		pbpctl_dev->bypass_wdt_on_time = jiffies;
#ifdef BP_SYNC_FLAG
	spin_unlock_irqrestore(&pbpctl_dev->bypass_wr_lock, flags);