Re: [PATCH] Documentation: fix grammar in description of nilfs2 recovery code
Viacheslav Dubeyko <[email protected]> Mon, 27 Jul 2026 17:54:20 -0700
| Newsgroups | org.kernel.vger.linux-nilfs,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2026-07-26 at 08:12 +0900, Ryusuke Konishi wrote: > On Sat, Jul 25, 2026 at 7:07=E2=80=AFPM Manoj K M wrote: > >=20 > > Include the word 'at' to make the sentence grammatically correct > > inside the description for nilfs2 recovery code. This improves > > documentation without changing the original meaning. > >=20 > > Signed-off-by: Manoj K M <[email protected]> > > --- > > =C2=A0Documentation/filesystems/nilfs2.rst | 2 +- > > =C2=A01 file changed, 1 insertion(+), 1 deletion(-) > >=20 > > diff --git a/Documentation/filesystems/nilfs2.rst > > b/Documentation/filesystems/nilfs2.rst > > index e3a5c8977..a0124d22a 100644 > > --- a/Documentation/filesystems/nilfs2.rst > > +++ b/Documentation/filesystems/nilfs2.rst > > @@ -252,7 +252,7 @@ The following figure shows a typical > > organization of the logs:: > > =C2=A0To stride over segment boundaries, this sequence of files may be > > split > > =C2=A0into multiple logs.=C2=A0 The sequence of logs that should be tre= ated > > as > > =C2=A0logically one log, is delimited with flags marked in the segment > > -summary.=C2=A0 The recovery code of nilfs2 looks this boundary > > information > > +summary.=C2=A0 The recovery code of nilfs2 looks at this boundary > > information > > =C2=A0to ensure atomicity of updates. > >=20 > > =C2=A0The super root block is inserted for every checkpoints.=C2=A0 It > > includes > > -- > > 2.53.0 > >=20 >=20 > Thank you for the fix! >=20 > Viacheslav, could you please pick this up directly into your tree? >=20 > Acked-by: Ryusuke Konishi <[email protected]> >=20 Applied. Thanks, Slava.