Skip to content

Commit

Permalink
staging: Fix typo in unioxx5.c
Browse files Browse the repository at this point in the history
Correct spelling "erorr" to "error" in
drivers/stating/comedi/drivers/unioxx5.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
standby24x7 authored and gregkh committed Feb 24, 2012
1 parent 3e495b2 commit 81a1495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/unioxx5.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ static int __unioxx5_subdev_init(struct comedi_subdevice *subdev,
usp = kzalloc(sizeof(*usp), GFP_KERNEL);

if (usp == NULL) {
printk(KERN_ERR "comedi%d: erorr! --> out of memory!\n", minor);
printk(KERN_ERR "comedi%d: error! --> out of memory!\n", minor);
return -1;
}

Expand Down

0 comments on commit 81a1495

Please sign in to comment.