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

Commit 466ad292 authored by Wei Fang's avatar Wei Fang Committed by Shaohua Li
Browse files

md: fix a trivial typo in comments



Fix a trivial typo in md_ioctl().

Signed-off-by: default avatarWei Fang <fangwei1@huawei.com>
Signed-off-by: default avatarShaohua Li <shli@fb.com>
parent 816b0acf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6883,7 +6883,7 @@ static int md_ioctl(struct block_device *bdev, fmode_t mode,

	case ADD_NEW_DISK:
		/* We can support ADD_NEW_DISK on read-only arrays
		 * on if we are re-adding a preexisting device.
		 * only if we are re-adding a preexisting device.
		 * So require mddev->pers and MD_DISK_SYNC.
		 */
		if (mddev->pers) {