projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54de1f1
)
UBI: fix spelling of detach in debug output
author
Peter Meerwald
<pmeerw@pmeerw.net>
Mon, 2 Jul 2012 21:38:17 +0000
(23:38 +0200)
committer
Artem Bityutskiy
<Artem.Bityutskiy@linux.intel.com>
Wed, 18 Jul 2012 07:13:41 +0000
(10:13 +0300)
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
drivers/mtd/ubi/cdev.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/ubi/cdev.c
b/drivers/mtd/ubi/cdev.c
index acec85deb6afe3dd05a5f6d6102c91b4de43d53b..fb55678781813da69b91f81c4aaa5430aef93974 100644
(file)
--- a/
drivers/mtd/ubi/cdev.c
+++ b/
drivers/mtd/ubi/cdev.c
@@
-1026,7
+1026,7
@@
static long ctrl_cdev_ioctl(struct file *file, unsigned int cmd,
{
int ubi_num;
- dbg_gen("det
t
ach MTD device");
+ dbg_gen("detach MTD device");
err = get_user(ubi_num, (__user int32_t *)argp);
if (err) {
err = -EFAULT;