Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

raid: md_p.h: drop duplicated word in a comment

Drop the doubled word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Song Liu <song@kernel.org>
Cc: linux-raid@vger.kernel.org
Signed-off-by: Song Liu <songliubraving@fb.com>

authored by

Randy Dunlap and committed by
Song Liu
c333f949 edee9dfe

+1 -1
+1 -1
include/uapi/linux/raid/md_p.h
··· 123 123 124 124 /* 125 125 * Notes: 126 - * - if an array is being reshaped (restriped) in order to change the 126 + * - if an array is being reshaped (restriped) in order to change 127 127 * the number of active devices in the array, 'raid_disks' will be 128 128 * the larger of the old and new numbers. 'delta_disks' will 129 129 * be the "new - old". So if +ve, raid_disks is the new value, and