]> Pileus Git - ~andy/linux/commitdiff
Staging: silicom: Fixed error 'space prohibited before that close parenthesis ')''
authorTülin İzer <tulinizer@gmail.com>
Wed, 15 May 2013 02:34:20 +0000 (05:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:50:30 +0000 (15:50 -0700)
This patch fixes error 'space prohibited before that close parenthesis ')'' found by
checkpatch in driver silicom.

Signed-off-by: Tülin İzer <tulinizer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bpctl_mod.c

index 970613dd1bed0f879b28aee0b1a2a04b14cdf8f2..40b0bb375db0fca27b364a1348ff62040fddea76 100644 (file)
@@ -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_ver<PXG4BPFI_VER) */ )
+                                                          (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);