staging: Remove unnecessary semicolons when for (foo) {...};
[firefly-linux-kernel-4.4.55.git] / drivers / staging / vt6655 / wpactl.c
index 78e326c8379a8491ad5a39d8fe7b3d576dc73169..c328f95d6a3617efea0e416b1943a379a3a8cc02 100644 (file)
@@ -653,7 +653,7 @@ static int wpa_get_scan(PSDevice pDevice,
 
          }
 
-    };
+    }
 
   kfree(ptempBSS);
 
@@ -679,7 +679,7 @@ static int wpa_get_scan(PSDevice pDevice,
         if (!pBSS->bActive)
             continue;
         count++;
-    };
+    }
 
     pBuf = kcalloc(count, sizeof(struct viawget_scan_result), (int)GFP_ATOMIC);