Re: [PATCH v2] btrfs: fix typos and repeated words in comments
From: David Sterba
Date: Mon Sep 07 2026 - 05:37:19 EST
On Mon, Sep 07, 2026 at 11:15:33AM +0200, Daniel Vacek wrote:
> > --- a/fs/btrfs/raid56.c
> > +++ b/fs/btrfs/raid56.c
> > @@ -953,7 +953,7 @@ static void rbio_orig_end_io(struct btrfs_raid_bio *rbio, blk_status_t status)
> >
> > /*
> > * Clear the data bitmap, as the rbio may be cached for later usage.
> > - * do this before before unlock_stripe() so there will be no new bio
> > + * do this before unlock_stripe() so there will be no new bio
> > * for this bio.
>
> The sentence should start with a capital. Perhaps it would also fit
> into two lines?
Reformatting whole lines makes the typos harder to spot, so it's fine to
leave it like that and reformat at commit time eventually.