Drop the repeated word "the". Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Andrew Morton <a...@linux-foundation.org> Cc: H. Peter Anvin <h...@linux.intel.com> --- lib/earlycpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200730.orig/lib/earlycpio.c +++ linux-next-20200730/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