summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_sge.c
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-09-16 02:03:28 +0000
committerkmacy <kmacy@FreeBSD.org>2008-09-16 02:03:28 +0000
commit00a3b87a5a88883f5cae1103178737c0d99c1220 (patch)
treeec9afd15d97096e0d16f2f8cd2e2e646acab4e20 /sys/dev/cxgb/cxgb_sge.c
parent612ed6bb13e3eba8b695dd42d0ece8ca60233703 (diff)
downloadFreeBSD-src-00a3b87a5a88883f5cae1103178737c0d99c1220.zip
FreeBSD-src-00a3b87a5a88883f5cae1103178737c0d99c1220.tar.gz
White space cleanups to bring closer to RELENG_7
Diffstat (limited to 'sys/dev/cxgb/cxgb_sge.c')
-rw-r--r--sys/dev/cxgb/cxgb_sge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/cxgb_sge.c b/sys/dev/cxgb/cxgb_sge.c
index 729bb5f..081ee4f 100644
--- a/sys/dev/cxgb/cxgb_sge.c
+++ b/sys/dev/cxgb/cxgb_sge.c
@@ -1389,7 +1389,7 @@ t3_encap(struct sge_qset *qs, struct mbuf **m, int count)
if (__predict_false(mlen <= PIO_LEN)) {
/* pkt not undersized but fits in PIO_LEN
- * Indicates a TSO bug
+ * Indicates a TSO bug at the higher levels.
*
*/
DPRINTF("**5592 Fix** mbuf=%p,len=%d,tso_segsz=%d,csum_flags=%#x,flags=%#x",
OpenPOWER on IntegriCloud