Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Fengguang Wu <[email protected]>
Signed-off-by: Julia Lawall <[email protected]>
---

 init.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/wireless/marvell/mwifiex/init.c
+++ b/drivers/net/wireless/marvell/mwifiex/init.c
@@ -95,7 +95,7 @@ int mwifiex_init_priv(struct mwifiex_pri
        priv->curr_pkt_filter = HostCmd_ACT_MAC_RX_ON | HostCmd_ACT_MAC_TX_ON |
                                HostCmd_ACT_MAC_ETHERNETII_ENABLE;
 
-       priv->beacon_period = 100; /* beacon interval */ ;
+       priv->beacon_period = 100; /* beacon interval */
        priv->attempted_bss_desc = NULL;
        memset(&priv->curr_bss_params, 0, sizeof(priv->curr_bss_params));
        priv->listen_interval = MWIFIEX_DEFAULT_LISTEN_INTERVAL;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to