On Thu, Apr 06, 2023 at 02:15:05PM +0900, Sergey Senozhatsky wrote: > > -static int zram_bvec_write(struct zram *zram, struct bio_vec *bvec, > > - u32 index, int offset, struct bio *bio) > > +/* > > + * This is a partial IO. Read the full page before to writing the changes. > > A super nit: double spaces and "before writing"? double space afrer . is the usual style more monospace fonts such as code. The to is indeed superflous and a leftover from the previous comment.