Skip to content

Commit 3cf1488

Browse files
rddunlapaxboe
authored andcommitted
block: bio: delete duplicated words
Drop the repeated words "a" and "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jens Axboe <[email protected]> Cc: [email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent f06678a commit 3cf1488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

block/bio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ EXPORT_SYMBOL(bio_add_pc_page);
862862
* @same_page: return if the segment has been merged inside the same page
863863
*
864864
* Try to add the data at @page + @off to the last bvec of @bio. This is a
865-
* a useful optimisation for file systems with a block size smaller than the
865+
* useful optimisation for file systems with a block size smaller than the
866866
* page size.
867867
*
868868
* Warn if (@len, @off) crosses pages in case that @same_page is true.
@@ -988,7 +988,7 @@ static int __bio_iov_bvec_add_pages(struct bio *bio, struct iov_iter *iter)
988988
* Pins pages from *iter and appends them to @bio's bvec array. The
989989
* pages will have to be released using put_page() when done.
990990
* For multi-segment *iter, this function only adds pages from the
991-
* the next non-empty segment of the iov iterator.
991+
* next non-empty segment of the iov iterator.
992992
*/
993993
static int __bio_iov_iter_get_pages(struct bio *bio, struct iov_iter *iter)
994994
{

0 commit comments

Comments
 (0)