aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
diff options
context:
space:
mode:
authorRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
committerRebecca Cran <brucec@FreeBSD.org>2011-02-21 09:01:34 +0000
commit6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410 (patch)
tree1f08a200604ea39c38fc67b8558b5638a6dfba0d /sys/dev/cxgb
parentade7b47061ff5015b869ce84896d2381e8bb9799 (diff)
Notes
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r--sys/dev/cxgb/cxgb_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c
index 2638006c2dd9..f094846b3fc6 100644
--- a/sys/dev/cxgb/cxgb_main.c
+++ b/sys/dev/cxgb/cxgb_main.c
@@ -1908,7 +1908,7 @@ cxgb_uninit_synchronized(struct port_info *pi)
/*
* Clear this port's bit from the open device map, and then drain all
* the tasks that can access/manipulate this port's port_info or ifp.
- * We disable this port's interrupts here and so the the slow/ext
+ * We disable this port's interrupts here and so the slow/ext
* interrupt tasks won't be enqueued. The tick task will continue to
* be enqueued every second but the runs after this drain will not see
* this port in the open device map.
@@ -2858,7 +2858,7 @@ cxgb_extension_ioctl(struct cdev *dev, unsigned long cmd, caddr_t data,
u64 buf[32];
/*
- * Use these to avoid modifying len/addr in the the return
+ * Use these to avoid modifying len/addr in the return
* struct
*/
uint32_t len = t->len, addr = t->addr;