summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-07-12 11:59:22 +0545
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-07-16 18:53:47 -0700
commit9b90b712c9504d36e60eaefce0baf66d64b3c901 (patch)
tree98d6a644a93117ad24cd1413f1b5c4a11d356f20 /drivers/staging/gdm72xx
parentc2a1793d1b2dedd3dfc33af00c6b1d4f050c040c (diff)
downloadop-kernel-dev-9b90b712c9504d36e60eaefce0baf66d64b3c901.zip
op-kernel-dev-9b90b712c9504d36e60eaefce0baf66d64b3c901.tar.gz
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: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gdm72xx')
-rw-r--r--drivers/staging/gdm72xx/gdm_qos.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/gdm72xx/gdm_qos.c b/drivers/staging/gdm72xx/gdm_qos.c
index e7134e2..80bde05 100644
--- a/drivers/staging/gdm72xx/gdm_qos.c
+++ b/drivers/staging/gdm72xx/gdm_qos.c
@@ -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);
}
}
}
OpenPOWER on IntegriCloud