On Fri, Jul 03, 2020 at 02:43:20PM -0700, Randy Dunlap wrote: > Drop the doubled word "the". > > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: linux-doc@xxxxxxxxxxxxxxx > Cc: Eric Biggers <ebiggers@xxxxxxxxxx> > Cc: Theodore Y. Ts'o <tytso@xxxxxxx> > Cc: linux-fscrypt@xxxxxxxxxxxxxxx > --- > Documentation/filesystems/fsverity.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/filesystems/fsverity.rst > +++ linux-next-20200701/Documentation/filesystems/fsverity.rst > @@ -659,7 +659,7 @@ weren't already directly answered in oth > retrofit existing filesystems with new consistency mechanisms. > Data journalling is available on ext4, but is very slow. > > - - Rebuilding the the Merkle tree after every write, which would be > + - Rebuilding the Merkle tree after every write, which would be > extremely inefficient. Alternatively, a different authenticated > dictionary structure such as an "authenticated skiplist" could > be used. However, this would be far more complex. Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>