netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] mlx4: Fix typo in cmd.c
@ 2012-02-03 13:27 Masanari Iida
  2012-02-04 21:32 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-03 13:27 UTC (permalink / raw)
  To: netdev; +Cc: trivial, linux-kernel, standby24x7

Correct spelling "reseting" to "resetting" in
drivers/net/ethernet/mellanox/mlx4/cmd.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/net/ethernet/mellanox/mlx4/cmd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/mellanox/mlx4/cmd.c b/drivers/net/ethernet/mellanox/mlx4/cmd.c
index 405e6ac..1831dde 100644
--- a/drivers/net/ethernet/mellanox/mlx4/cmd.c
+++ b/drivers/net/ethernet/mellanox/mlx4/cmd.c
@@ -1314,7 +1314,7 @@ static void mlx4_master_do_cmd(struct mlx4_dev *dev, int slave, u8 cmd,
 		down(&priv->cmd.slave_sem);
 		if (mlx4_master_process_vhcr(dev, slave, NULL)) {
 			mlx4_err(dev, "Failed processing vhcr for slave:%d,"
-				 " reseting slave.\n", slave);
+				 " resetting slave.\n", slave);
 			up(&priv->cmd.slave_sem);
 			goto reset_slave;
 		}
-- 
1.7.6.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [trivial] mlx4: Fix typo in cmd.c
  2012-02-03 13:27 [PATCH] [trivial] mlx4: Fix typo in cmd.c Masanari Iida
@ 2012-02-04 21:32 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-02-04 21:32 UTC (permalink / raw)
  To: standby24x7; +Cc: netdev, trivial, linux-kernel

From: Masanari Iida <standby24x7@gmail.com>
Date: Fri,  3 Feb 2012 22:27:38 +0900

> Correct spelling "reseting" to "resetting" in
> drivers/net/ethernet/mellanox/mlx4/cmd.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-04 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-03 13:27 [PATCH] [trivial] mlx4: Fix typo in cmd.c Masanari Iida
2012-02-04 21:32 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).