mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 00:40:51 +07:00
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>
This commit is contained in:
parent
dde57fe01a
commit
4e20ace06f
@ -42,7 +42,7 @@ enum cpio_fields {
|
|||||||
/**
|
/**
|
||||||
* cpio_data find_cpio_data - Search for files in an uncompressed cpio
|
* cpio_data find_cpio_data - Search for files in an uncompressed cpio
|
||||||
* @path: The directory to search for, including a slash at the end
|
* @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
|
* @len: Remaining length of the cpio based on data pointer
|
||||||
* @nextoff: When a matching file is found, this is the offset from the
|
* @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
|
* beginning of the cpio to the beginning of the next file, not the
|
||||||
|
Loading…
Reference in New Issue
Block a user