From: Tülin İzer Date: Wed, 15 May 2013 02:34:20 +0000 (+0300) Subject: Staging: silicom: Fixed error 'space prohibited before that close parenthesis ')'' X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6a301f4f146b339806b2af87351162fce57ad9b4;p=deliverable%2Flinux.git Staging: silicom: Fixed error 'space prohibited before that close parenthesis ')'' This patch fixes error 'space prohibited before that close parenthesis ')'' found by checkpatch in driver silicom. Signed-off-by: Tülin İzer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/silicom/bpctl_mod.c b/drivers/staging/silicom/bpctl_mod.c index 970613dd1bed..40b0bb375db0 100644 --- a/drivers/staging/silicom/bpctl_mod.c +++ b/drivers/staging/silicom/bpctl_mod.c @@ -1415,7 +1415,7 @@ static int wdt_pulse(bpctl_dev_t *pbpctl_dev) ~(BP10G_MCLK_DATA_OUT | BP10G_MDIO_DATA_OUT))); } if ((pbpctl_dev->wdt_status == WDT_STATUS_EN) /*&& - (pbpctl_dev->bp_ext_verbp_ext_verbypass_wdt_on_time = jiffies; #ifdef BP_SYNC_FLAG spin_unlock_irqrestore(&pbpctl_dev->bypass_wr_lock, flags);