projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
910d8cb
)
md: Fix a typo in the comment to cmd_match().
author
Andre Noll
<maan@systemlinux.org>
Sun, 23 Mar 2008 17:34:54 +0000
(18:34 +0100)
committer
Neil Brown
<neilb@suse.de>
Tue, 8 Jul 2008 00:53:00 +0000
(10:53 +1000)
Signed-off-by: Andre Noll <maan@systemlinux.org>
Signed-off-by: Neil Brown <neilb@suse.de>
drivers/md/md.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/md.c
b/drivers/md/md.c
index f5b6a0d1a67c65aea722281c0d26abd11ce36c1b..a849e06f861cd20a6b6c2573536a54691f6cf11a 100644
(file)
--- a/
drivers/md/md.c
+++ b/
drivers/md/md.c
@@
-1849,7
+1849,7
@@
repeat:
}
-/* words written to sysfs files may, or my not, be \n terminated.
+/* words written to sysfs files may, or m
a
y not, be \n terminated.
* We want to accept with case. For this we use cmd_match.
*/
static int cmd_match(const char *cmd, const char *str)