On Fri, Oct 23, 2020 at 06:33:41PM +0200, Mauro Carvalho Chehab wrote: > /** > - * This helper is similar with the above one, except that it accounts for pages > - * that are likely on a pagevec and count them in @nr_pagevec, which will used by > + * invalidate_mapping_pagevec - This helper is similar with > + * invalidate_mapping_pages(), except that it accounts for pages tat are You introduced a typo here, s/tat/that/ > + * likely on a pagevec and count them in @nr_pagevec, which will used by ... and while you're touching this paragraph, s/will used/will be used/ and s/similar with/similar to/ > * the caller. > + * > + * @mapping: the address_space which holds the pages to invalidate > + * @start: the offset 'from' which to invalidate > + * @end: the offset 'to' which to invalidate (inclusive) > + * > */ > void invalidate_mapping_pagevec(struct address_space *mapping, > pgoff_t start, pgoff_t end, unsigned long *nr_pagevec) > -- > 2.26.2 > >