treewide: Fix printk() message errors
This patch fix spelling typos in printk and kconfig. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
95f21c5c6d
commit
9165dabb25
@@ -585,7 +585,7 @@ int bnx2x_vf_mcast(struct bnx2x *bp, struct bnx2x_virtf *vf,
|
||||
mcast.mcast_list_len = mc_num;
|
||||
rc = bnx2x_config_mcast(bp, &mcast, BNX2X_MCAST_CMD_SET);
|
||||
if (rc)
|
||||
BNX2X_ERR("Faled to set multicasts\n");
|
||||
BNX2X_ERR("Failed to set multicasts\n");
|
||||
} else {
|
||||
/* clear existing mcasts */
|
||||
rc = bnx2x_config_mcast(bp, &mcast, BNX2X_MCAST_CMD_DEL);
|
||||
|
Reference in New Issue
Block a user