silicom: checkpatch: fixed whitespace errors
started cleanfile also fixed some other whitespace errors cleanfile didn't find Signed-off-by: Lorenz Haspel <lorenz@badgers.com> Signed-off-by: Michael Banken <michael.banken@mathe.stud.uni-erlangen.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ef2af12262
commit
75177588de
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue