staging: wlan-ng: Fix a typo.
"Exiting" instead of "Exitting" Signed-off-by: Rohit Sarkar <rohitsarkar5398@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
815510aaad
commit
c677b19653
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue