From: Randy Dunlap Date: Fri, 16 Oct 2020 03:11:01 +0000 (-0700) Subject: lib: earlycpio: delete duplicated words X-Git-Tag: xarray-5.12~1201^2~49 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4e20ace06f705404df09316b859c267e9ec99354;p=users%2Fwilly%2Fxarray.git lib: earlycpio: delete duplicated words Drop the repeated word "the". Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Link: https://lkml.kernel.org/r/20200823040455.25995-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/lib/earlycpio.c b/lib/earlycpio.c index c001e084829e..e83628882001 100644 --- a/lib/earlycpio.c +++ b/lib/earlycpio.c @@ -42,7 +42,7 @@ enum cpio_fields { /** * cpio_data find_cpio_data - Search for files in an uncompressed cpio * @path: The directory to search for, including a slash at the end - * @data: Pointer to the the cpio archive or a header inside + * @data: Pointer to the cpio archive or a header inside * @len: Remaining length of the cpio based on data pointer * @nextoff: When a matching file is found, this is the offset from the * beginning of the cpio to the beginning of the next file, not the