Hi Jon, Thank you for clarifying. I realize now that my change was incorrect. I’ll be more careful and make sure I fully understand the context before submitting further patches. Best regards, Methari Hari Krishna On Sun, Aug 31, 2025 at 3:11 AM Jonathan Corbet <corbet@xxxxxxx> wrote: > > Methari Hari Krishna <harikrishnamethari@xxxxxxxxx> writes: > > > diff --git a/Documentation/filesystems/vfat.rst b/Documentation/filesystems/vfat.rst > > index b289c4449cd0..f408699ce50f 100644 > > --- a/Documentation/filesystems/vfat.rst > > +++ b/Documentation/filesystems/vfat.rst > > @@ -361,7 +361,7 @@ the following: > > > > <proceeding files...> > > <slot #3, id = 0x43, characters = "h is long"> > > - <slot #2, id = 0x02, characters = "xtension whic"> > > + <slot #2, id = 0x02, characters = "xtension which"> > > <slot #1, id = 0x01, characters = "My Big File.E"> > > <directory entry, name = "MYBIGFIL.EXT"> > > > > This change is actively wrong. Please, make an effort to truly > understand the text you are modifying before "fixing" things. > > Thanks, > > jon