diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /drivers/net/bnx2x | |
parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/bnx2x')
-rw-r--r-- | drivers/net/bnx2x/bnx2x_main.c | 2 | ||||
-rw-r--r-- | drivers/net/bnx2x/bnx2x_reg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c index e9ad16f00b56..4a6f0eac8b12 100644 --- a/drivers/net/bnx2x/bnx2x_main.c +++ b/drivers/net/bnx2x/bnx2x_main.c | |||
@@ -4947,7 +4947,7 @@ static int bnx2x_init_hw_common(struct bnx2x *bp, u32 load_code) | |||
4947 | memset(&ilt_cli, 0, sizeof(struct ilt_client_info)); | 4947 | memset(&ilt_cli, 0, sizeof(struct ilt_client_info)); |
4948 | memset(&ilt, 0, sizeof(struct bnx2x_ilt)); | 4948 | memset(&ilt, 0, sizeof(struct bnx2x_ilt)); |
4949 | 4949 | ||
4950 | /* initalize dummy TM client */ | 4950 | /* initialize dummy TM client */ |
4951 | ilt_cli.start = 0; | 4951 | ilt_cli.start = 0; |
4952 | ilt_cli.end = ILT_NUM_PAGE_ENTRIES - 1; | 4952 | ilt_cli.end = ILT_NUM_PAGE_ENTRIES - 1; |
4953 | ilt_cli.client_num = ILT_CLIENT_TM; | 4953 | ilt_cli.client_num = ILT_CLIENT_TM; |
diff --git a/drivers/net/bnx2x/bnx2x_reg.h b/drivers/net/bnx2x/bnx2x_reg.h index 1cefe489a955..245220af9feb 100644 --- a/drivers/net/bnx2x/bnx2x_reg.h +++ b/drivers/net/bnx2x/bnx2x_reg.h | |||
@@ -1604,7 +1604,7 @@ | |||
1604 | (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */ | 1604 | (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */ |
1605 | #define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc | 1605 | #define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc |
1606 | /* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses | 1606 | /* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses |
1607 | in this register. addres 0 - timer 1; address 1 - timer 2, ... address 7 - | 1607 | in this register. address 0 - timer 1; address 1 - timer 2, ... address 7 - |
1608 | timer 8 */ | 1608 | timer 8 */ |
1609 | #define MISC_REG_SW_TIMER_VAL 0xa5c0 | 1609 | #define MISC_REG_SW_TIMER_VAL 0xa5c0 |
1610 | /* [RW 1] Set by the MCP to remember if one or more of the drivers is/are | 1610 | /* [RW 1] Set by the MCP to remember if one or more of the drivers is/are |