OSDN Git Service

staging: wilc1000: use single space before opening brances '{'
authorAjay Singh <ajay.kathat@microchip.com>
Wed, 18 Jul 2018 22:45:11 +0000 (04:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Jul 2018 07:04:48 +0000 (09:04 +0200)
Cleanup patch to use single space instead of multiple space before the
'{'.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
drivers/staging/wilc1000/wilc_wlan.c

index 8649225..2f25175 100644 (file)
@@ -799,7 +799,7 @@ static void handle_scan(struct work_struct *work)
            scan_info->ch_list_len > 0) {
                int i;
 
-               for (i = 0; i < scan_info->ch_list_len; i++)    {
+               for (i = 0; i < scan_info->ch_list_len; i++) {
                        if (scan_info->ch_freq_list[i] > 0)
                                scan_info->ch_freq_list[i] -= 1;
                }
@@ -3337,7 +3337,7 @@ int wilc_deinit(struct wilc_vif *vif)
        int result = 0;
        struct host_if_drv *hif_drv = vif->hif_drv;
 
-       if (!hif_drv)   {
+       if (!hif_drv) {
                netdev_err(vif->ndev, "hif_drv = NULL\n");
                return -EFAULT;
        }
@@ -3404,7 +3404,7 @@ void wilc_network_info_received(struct wilc *wilc, u8 *buffer, u32 length)
                return;
        hif_drv = vif->hif_drv;
 
-       if (!hif_drv || hif_drv == terminated_handle)   {
+       if (!hif_drv || hif_drv == terminated_handle) {
                netdev_err(vif->ndev, "driver not init[%p]\n", hif_drv);
                return;
        }
index 8f77435..5667a54 100644 (file)
@@ -604,7 +604,7 @@ static void wilc_wlan_deinitialize(struct net_device *dev)
                return;
        }
 
-       if (wl->initialized)    {
+       if (wl->initialized) {
                netdev_info(dev, "Deinitializing wilc1000...\n");
 
                if (!wl->dev_irq_num &&
index 43003d8..96aaf14 100644 (file)
@@ -524,7 +524,7 @@ static void cfg_connect_result(enum conn_event conn_disconn_evt,
                                        conn_info->resp_ies,
                                        conn_info->resp_ies_len, connect_status,
                                        GFP_KERNEL);
-       } else if (conn_disconn_evt == CONN_DISCONN_EVENT_DISCONN_NOTIF)    {
+       } else if (conn_disconn_evt == CONN_DISCONN_EVENT_DISCONN_NOTIF) {
                wilc_optaining_ip = false;
                p2p_local_random = 0x01;
                p2p_recv_random = 0x00;
index c77e5c8..cb8bfd2 100644 (file)
@@ -436,7 +436,7 @@ void chip_wakeup(struct wilc *wilc)
                                wilc_get_chipid(wilc, true);
                        } while (wilc_get_chipid(wilc, true) == 0);
                } while (wilc_get_chipid(wilc, true) == 0);
-       } else if ((wilc->io_type & 0x1) == HIF_SDIO)    {
+       } else if ((wilc->io_type & 0x1) == HIF_SDIO) {
                wilc->hif_func->hif_write_reg(wilc, 0xfa, 1);
                udelay(200);
                wilc->hif_func->hif_read_reg(wilc, 0xf0, &reg);