OSDN Git Service

staging: wlan-ng: Fix a typo.
authorRohit Sarkar <rohitsarkar5398@gmail.com>
Tue, 6 Nov 2018 18:23:00 +0000 (23:53 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Nov 2018 11:35:10 +0000 (12:35 +0100)
"Exiting" instead of "Exitting"

Signed-off-by: Rohit Sarkar <rohitsarkar5398@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2fw.c

index f99626c..a2c851c 100644 (file)
@@ -559,7 +559,7 @@ static int mkimage(struct imgchunk *clist, unsigned int *ccnt)
        for (i = 0; i < *ccnt; i++) {
                clist[i].data = kzalloc(clist[i].len, GFP_KERNEL);
                if (!clist[i].data) {
-                       pr_err("failed to allocate image space, exitting.\n");
+                       pr_err("failed to allocate image space, exiting.\n");
                        return 1;
                }
                pr_debug("chunk[%d]: addr=0x%06x len=%d\n",