UPSTREAM: staging/gdm72xx: coding style fixes gdm_qos.c
authorDevendra Naga <devendra.aaru@gmail.com>
Thu, 12 Jul 2012 06:14:22 +0000 (11:59 +0545)
committerGerrit <chrome-bot@google.com>
Tue, 7 Aug 2012 19:05:29 +0000 (12:05 -0700)
following warnings were fixed

drivers/staging/gdm72xx/gdm_qos.c:198: ERROR: "foo* bar" should be "foo *bar"
drivers/staging/gdm72xx/gdm_qos.c:198: ERROR: "foo* bar" should be "foo *bar"
drivers/staging/gdm72xx/gdm_qos.c:244: WARNING: quoted string split across lines

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 9b90b712c9504d36e60eaefce0baf66d64b3c901)

Change-Id: I76ab57e06e3773c2d595bac5ed468e72fac26838
Signed-off-by: Ben Chan <benchan@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/28220
Reviewed-by: Olof Johansson <olofj@chromium.org>
drivers/staging/gdm72xx/gdm_qos.c

index e7134e2..80bde05 100644 (file)
@@ -195,7 +195,7 @@ static u32 chk_ipv4_rule(struct gdm_wimax_csr_s *csr, u8 *Stream, u8 *port)
        return 0;
 }
 
-static u32 get_qos_index(struct nic *nic, u8* iph, u8* tcpudph)
+static u32 get_qos_index(struct nic *nic, u8 *iph, u8 *tcpudph)
 {
        u32     IP_Ver, Header_Len, i;
        struct qos_cb_s *qcb = &nic->qos;
@@ -240,8 +240,7 @@ static u32 extract_qos_list(struct nic *nic, struct list_head *head)
                                        qcb->csr[i].QoSBufCount++;
 
                                        if (!list_empty(&qcb->qos_list[i]))
-                                               wprintk("QoS Index(%d) "
-                                                       "is piled!!\n", i);
+                                               wprintk("QoS Index(%d) is piled!!\n", i);
                                }
                        }
                }