]> Git Repo - linux.git/blobdiff - drivers/s390/net/netiucv.c
trivial: remove unnecessary semicolons
[linux.git] / drivers / s390 / net / netiucv.c
index a4b2c576144bee8000be14bf42781b1d7bc0e512..c84eadd3602af2883dbc8aa719aa2f576962c831 100644 (file)
@@ -2113,7 +2113,7 @@ static ssize_t remove_write (struct device_driver *drv,
        IUCV_DBF_TEXT(trace, 3, __func__);
 
         if (count >= IFNAMSIZ)
-                count = IFNAMSIZ - 1;;
+                count = IFNAMSIZ - 1;
 
        for (i = 0, p = buf; i < count && *p; i++, p++) {
                if (*p == '\n' || *p == ' ')
This page took 0.042956 seconds and 4 git commands to generate.