Skip to content

Commit

Permalink
md: fix a trivial typo in comments
Browse files Browse the repository at this point in the history
Fix a trivial typo in md_ioctl().

Signed-off-by: Wei Fang <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>
  • Loading branch information
FWei-HW authored and shligit committed Mar 31, 2016
1 parent 816b0ac commit 466ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/md.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 466ad29

Please sign in to comment.