staging: Fix typo in mei/interrupt.c
authorMasanari Iida <standby24x7@gmail.com>
Wed, 25 Jan 2012 14:14:56 +0000 (23:14 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2012 01:02:09 +0000 (17:02 -0800)
Correct spelling "reseting" to "resetting" in
drivers/staging/mei/interrupt.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mei/interrupt.c

index 3544fee34e4855913307c3249a1695c620149d02..e85a85a96036e3e46c5e4ca45cf59efa22196a5c 100644 (file)
@@ -1423,7 +1423,7 @@ void mei_timer(struct work_struct *work)
 
        if (dev->iamthif_stall_timer) {
                if (--dev->iamthif_stall_timer == 0) {
-                       dev_dbg(&dev->pdev->dev, "reseting because of hang to amthi.\n");
+                       dev_dbg(&dev->pdev->dev, "resetting because of hang to amthi.\n");
                        mei_reset(dev, 1);
                        dev->iamthif_msg_buf_size = 0;
                        dev->iamthif_msg_buf_index = 0;