staging: gdm72xx: Fix WARNING space prohibited before semicolon in gdm_qos.c
authorMasanari Iida <standby24x7@gmail.com>
Fri, 13 Dec 2013 18:32:53 +0000 (03:32 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Dec 2013 17:50:11 +0000 (09:50 -0800)
Fixed WARNING: space prohibited before semicolon
found by checkpatch.pl in gdm_qos.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm72xx/gdm_qos.c

index cc36924..50d43ad 100644 (file)
@@ -97,7 +97,7 @@ void gdm_qos_init(void *nic_ptr)
        struct qos_cb_s *qcb = &nic->qos;
        int i;
 
-       for (i = 0 ; i < QOS_MAX; i++) {
+       for (i = 0; i < QOS_MAX; i++) {
                INIT_LIST_HEAD(&qcb->qos_list[i]);
                qcb->csr[i].qos_buf_count = 0;
                qcb->csr[i].enabled = 0;