[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1328101513-1704-1-git-send-email-standby24x7@gmail.com>
Date: Wed, 1 Feb 2012 22:05:13 +0900
From: Masanari Iida <standby24x7@...il.com>
To: chas@....nrl.navy.mil, netdev@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, trivial@...nel.org,
standby24x7@...il.com
Subject: [PATCH] [trivial] atm: Fix typo in lanai.c
Correct spelling "reseting" to resetting" in
drivers/atm/lanai.c
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
drivers/atm/lanai.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/atm/lanai.c b/drivers/atm/lanai.c
index f556969..68c7588 100644
--- a/drivers/atm/lanai.c
+++ b/drivers/atm/lanai.c
@@ -1572,7 +1572,7 @@ static inline void host_vcc_unbind(struct lanai_dev *lanai,
static void lanai_reset(struct lanai_dev *lanai)
{
- printk(KERN_CRIT DEV_LABEL "(itf %d): *NOT* reseting - not "
+ printk(KERN_CRIT DEV_LABEL "(itf %d): *NOT* resetting - not "
"implemented\n", lanai->number);
/* TODO */
/* The following is just a hack until we write the real
--
1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists