]> Git Repo - linux.git/blobdiff - drivers/s390/net/netiucv.c
trivial: remove unnecessary semicolons
[linux.git] / drivers / s390 / net / netiucv.c
index 9215fbbccc0816ca83ab5901c95247c48bd93909..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 == ' ')
@@ -2159,7 +2159,7 @@ static struct attribute_group netiucv_drv_attr_group = {
        .attrs = netiucv_drv_attrs,
 };
 
-static struct attribute_group *netiucv_drv_attr_groups[] = {
+static const struct attribute_group *netiucv_drv_attr_groups[] = {
        &netiucv_drv_attr_group,
        NULL,
 };
This page took 0.030658 seconds and 4 git commands to generate.