Commit 9b90b712 authored by Devendra Naga's avatar Devendra Naga Committed by Greg Kroah-Hartman

staging/gdm72xx: coding style fixes gdm_qos.c

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: default avatarDevendra Naga <devendra.aaru@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c2a1793d
...@@ -195,7 +195,7 @@ static u32 chk_ipv4_rule(struct gdm_wimax_csr_s *csr, u8 *Stream, u8 *port) ...@@ -195,7 +195,7 @@ static u32 chk_ipv4_rule(struct gdm_wimax_csr_s *csr, u8 *Stream, u8 *port)
return 0; 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; u32 IP_Ver, Header_Len, i;
struct qos_cb_s *qcb = &nic->qos; struct qos_cb_s *qcb = &nic->qos;
...@@ -240,8 +240,7 @@ static u32 extract_qos_list(struct nic *nic, struct list_head *head) ...@@ -240,8 +240,7 @@ static u32 extract_qos_list(struct nic *nic, struct list_head *head)
qcb->csr[i].QoSBufCount++; qcb->csr[i].QoSBufCount++;
if (!list_empty(&qcb->qos_list[i])) if (!list_empty(&qcb->qos_list[i]))
wprintk("QoS Index(%d) " wprintk("QoS Index(%d) is piled!!\n", i);
"is piled!!\n", i);
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment