projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dde57fe
)
lib: earlycpio: delete duplicated words
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 16 Oct 2020 03:11:01 +0000
(20:11 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 16 Oct 2020 18:11:20 +0000
(11:11 -0700)
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>
lib/earlycpio.c
patch
|
blob
|
history
diff --git
a/lib/earlycpio.c
b/lib/earlycpio.c
index c001e084829ec91b991e1dc5013e0b75de09ea92..e83628882001bcd8416c600c1be3e7f2c77cbe77 100644
(file)
--- 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