aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_l2t.c
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-03-12 23:31:29 +0000
committerIan Lepore <ian@FreeBSD.org>2015-03-12 23:31:29 +0000
commit2f01da788685b516ae6b95b9a5ab0ae1b0a6e1d2 (patch)
tree42137c912863758a53ee8f40e603d0450f6f79e7 /sys/dev/cxgbe/t4_l2t.c
parent0aff8b5c4a7dbfa2615ec179752a3ee4e750418a (diff)
Fix a paste-o, sb is already a pointer in this one.
Notes
Notes: svn path=/head/; revision=279938
Diffstat (limited to 'sys/dev/cxgbe/t4_l2t.c')
-rw-r--r--sys/dev/cxgbe/t4_l2t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/t4_l2t.c b/sys/dev/cxgbe/t4_l2t.c
index cb4a281fb47e..2c1999afc787 100644
--- a/sys/dev/cxgbe/t4_l2t.c
+++ b/sys/dev/cxgbe/t4_l2t.c
@@ -321,7 +321,7 @@ skip:
mtx_unlock(&e->lock);
}
- sbuf_putc(&sb, 0); /* nullterm */
+ sbuf_putc(sb, 0); /* nullterm */
rc = sbuf_finish(sb);
sbuf_delete(sb);