summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/fw.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-09-30 23:19:09 +0900
committerJiri Kosina <jkosina@suse.cz>2013-10-14 15:24:22 +0200
commit6d3be300c658ce3f1777a6b1279414c62bc7d817 (patch)
treead448b10fb7a4b8155569a6d0eb625f5023f7349 /drivers/net/ethernet/mellanox/mlx4/fw.c
parent8c88126bbbb1c1e6c499fb3c211dba93656f02b5 (diff)
downloadlinux-6d3be300c658ce3f1777a6b1279414c62bc7d817.tar.gz
linux-6d3be300c658ce3f1777a6b1279414c62bc7d817.tar.xz
treewide: Fix typo in printk
Correct spelling typo within various part of the kernel Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlx4/fw.c')
-rw-r--r--drivers/net/ethernet/mellanox/mlx4/fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx4/fw.c b/drivers/net/ethernet/mellanox/mlx4/fw.c
index 0d63daa2f422..8a750ca326d0 100644
--- a/drivers/net/ethernet/mellanox/mlx4/fw.c
+++ b/drivers/net/ethernet/mellanox/mlx4/fw.c
@@ -1739,7 +1739,7 @@ void mlx4_opreq_action(struct work_struct *work)
MLX4_CMD_GET_OP_REQ, MLX4_CMD_TIME_CLASS_A,
MLX4_CMD_NATIVE);
if (err) {
- mlx4_err(dev, "Failed to retreive required operation: %d\n",
+ mlx4_err(dev, "Failed to retrieve required operation: %d\n",
err);
return;
}