Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f6ce769 authored by Andre Noll's avatar Andre Noll Committed by Neil Brown
Browse files

md: Fix a typo in the comment to cmd_match().



Signed-off-by: default avatarAndre Noll <maan@systemlinux.org>
Signed-off-by: default avatarNeil Brown <neilb@suse.de>
parent 910d8cb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1849,7 +1849,7 @@ static void md_update_sb(mddev_t * mddev, int force_change)

}

/* words written to sysfs files may, or my not, be \n terminated.
/* words written to sysfs files may, or may 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)