File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -862,7 +862,7 @@ EXPORT_SYMBOL(bio_add_pc_page);
862
862
* @same_page: return if the segment has been merged inside the same page
863
863
*
864
864
* 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
866
866
* page size.
867
867
*
868
868
* 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)
988
988
* Pins pages from *iter and appends them to @bio's bvec array. The
989
989
* pages will have to be released using put_page() when done.
990
990
* 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.
992
992
*/
993
993
static int __bio_iov_iter_get_pages (struct bio * bio , struct iov_iter * iter )
994
994
{
You can’t perform that action at this time.
0 commit comments