aboutsummaryrefslogtreecommitdiffstats
path: root/lib/earlycpio.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-10-15 20:11:01 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-10-16 11:11:20 -0700
commit4e20ace06f705404df09316b859c267e9ec99354 (patch)
treeeb9c6c1609c22c832acbd8f0d445349071fcd5e8 /lib/earlycpio.c
parentlib: dynamic_queue_limits: delete duplicated words + fix typo (diff)
downloadlinux-dev-4e20ace06f705404df09316b859c267e9ec99354.tar.xz
linux-dev-4e20ace06f705404df09316b859c267e9ec99354.zip
lib: earlycpio: delete duplicated words
Drop the repeated word "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Link: https://lkml.kernel.org/r/20200823040455.25995-1-rdunlap@infradead.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/earlycpio.c')
-rw-r--r--lib/earlycpio.c2
1 files changed, 1 insertions, 1 deletions
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