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

ubi: ubi-media.h: Fix comment typo

The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Jason Wang and committed by
Richard Weinberger
818f9e83 6c97bb34

+1 -1
+1 -1
drivers/mtd/ubi/ubi-media.h
··· 131 131 * is changed radically. This field is duplicated in the volume identifier 132 132 * header. 133 133 * 134 - * The @vid_hdr_offset and @data_offset fields contain the offset of the the 134 + * The @vid_hdr_offset and @data_offset fields contain the offset of the 135 135 * volume identifier header and user data, relative to the beginning of the 136 136 * physical eraseblock. These values have to be the same for all physical 137 137 * eraseblocks.