aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r--drivers/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index f5b6a0d1a67c..a849e06f861c 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -1849,7 +1849,7 @@ repeat:
1849 1849
1850} 1850}
1851 1851
1852/* words written to sysfs files may, or my not, be \n terminated. 1852/* words written to sysfs files may, or may not, be \n terminated.
1853 * We want to accept with case. For this we use cmd_match. 1853 * We want to accept with case. For this we use cmd_match.
1854 */ 1854 */
1855static int cmd_match(const char *cmd, const char *str) 1855static int cmd_match(const char *cmd, const char *str)