summaryrefslogtreecommitdiff
path: root/sys/dev/bxe
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-01-04 03:37:41 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-01-04 03:37:41 +0000
commit4f50a6314ce9368a5b1604f1883b67af43b6418e (patch)
tree5b1a8072090dbb70b5bdb336022ffa23a9c2e520 /sys/dev/bxe
parentb2bd3e1a5e543f8f5b27a509b38a818afb819d89 (diff)
Notes
Diffstat (limited to 'sys/dev/bxe')
-rw-r--r--sys/dev/bxe/bxe_link.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/bxe/bxe_link.c b/sys/dev/bxe/bxe_link.c
index 8adc87e87fb4..a83f698dfe93 100644
--- a/sys/dev/bxe/bxe_link.c
+++ b/sys/dev/bxe/bxe_link.c
@@ -2586,7 +2586,7 @@ bxe_8726_read_sfp_module_eeprom(struct link_params *params, uint16_t addr,
if (byte_cnt > 16) {
DBPRINT(sc, BXE_VERBOSE_PHY,
- "Reading from eeprom is is limited to 0xf\n");
+ "Reading from eeprom is limited to 0xf\n");
return (-EINVAL);
}
/* Set the read command byte count. */
@@ -2655,7 +2655,7 @@ bxe_8727_read_sfp_module_eeprom(struct link_params *params, uint16_t addr,
if (byte_cnt > 16) {
DBPRINT(sc, BXE_VERBOSE_PHY,
- "Reading from eeprom is is limited to 0xf\n");
+ "Reading from eeprom is limited to 0xf\n");
return (-EINVAL);
}