projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08e02f
)
staging: comedi: fix typo in error message
author
Nicolas Kaiser
<nikai@nikai.net>
Sat, 13 Nov 2010 18:43:27 +0000
(19:43 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 16 Nov 2010 19:44:16 +0000
(11:44 -0800)
Fix typo in error message of dux commands allocation.
Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/comedi/drivers/usbdux.c
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/usbdux.c
b/drivers/staging/comedi/drivers/usbdux.c
index 1f177a67ff114f9098f3bcdb282068978c6567e3..aca4d140193b45f9315d147c1d260ba2a195cfef 100644
(file)
--- a/
drivers/staging/comedi/drivers/usbdux.c
+++ b/
drivers/staging/comedi/drivers/usbdux.c
@@
-2398,7
+2398,7
@@
static int usbduxsub_probe(struct usb_interface *uinterf,
usbduxsub[index].dux_commands = kzalloc(SIZEOFDUXBUFFER, GFP_KERNEL);
if (!usbduxsub[index].dux_commands) {
dev_err(dev, "comedi_: usbdux: "
- "error alloc space for d
ac
commands\n");
+ "error alloc space for d
ux
commands\n");
tidy_up(&(usbduxsub[index]));
up(&start_stop_sem);
return -ENOMEM;