Commit 242b363e authored by Dan Williams's avatar Dan Williams Committed by Linus Torvalds
Browse files

md: remove a stray command from a copy and paste error in resync_start_store

parent 648b629e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2460,7 +2460,6 @@ resync_start_show(mddev_t *mddev, char *page)
static ssize_t
resync_start_store(mddev_t *mddev, const char *buf, size_t len)
{
	/* can only set chunk_size if array is not yet active */
	char *e;
	unsigned long long n = simple_strtoull(buf, &e, 10);