summaryrefslogtreecommitdiffstats
path: root/sys/dev/qlxgbe/ql_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/qlxgbe/ql_hw.c')
-rw-r--r--sys/dev/qlxgbe/ql_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/qlxgbe/ql_hw.c b/sys/dev/qlxgbe/ql_hw.c
index 3ae3f38..bbe774b 100644
--- a/sys/dev/qlxgbe/ql_hw.c
+++ b/sys/dev/qlxgbe/ql_hw.c
@@ -3434,7 +3434,7 @@ qla_iscsi_pdu(qla_host_t *ha, struct mbuf *mp)
offset = hdrlen + 4;
if (mp->m_len >= offset) {
- th = (struct tcphdr *)(mp->m_data + hdrlen);;
+ th = (struct tcphdr *)(mp->m_data + hdrlen);
} else {
m_copydata(mp, hdrlen, 4, buf);
th = (struct tcphdr *)buf;
@@ -3458,7 +3458,7 @@ qla_iscsi_pdu(qla_host_t *ha, struct mbuf *mp)
offset = hdrlen + 4;
if (mp->m_len >= offset) {
- th = (struct tcphdr *)(mp->m_data + hdrlen);;
+ th = (struct tcphdr *)(mp->m_data + hdrlen);
} else {
m_copydata(mp, hdrlen, 4, buf);
th = (struct tcphdr *)buf;
OpenPOWER on IntegriCloud