Skip to content

Commit 8286de7

Browse files
rddunlapJonathan Corbet
authored andcommitted
Documentation: filesystems: vfs: drop doubled words
Drop the doubled words "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: linux-fsdevel@vger.kernel.org Link: https://lore.kernel.org/r/20200703214325.31036-11-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent f4fd0ba commit 8286de7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/filesystems/vfs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Extended attributes are name:value pairs.
392392
``set``
393393
Called by the VFS to set the value of a particular extended
394394
attribute. When the new value is NULL, called to remove a
395-
particular extended attribute. This method is called by the the
395+
particular extended attribute. This method is called by the
396396
setxattr(2) and removexattr(2) system calls.
397397

398398
When none of the xattr handlers of a filesystem match the specified
@@ -652,7 +652,7 @@ at any point after PG_Dirty is clear. Once it is known to be safe,
652652
PG_Writeback is cleared.
653653

654654
Writeback makes use of a writeback_control structure to direct the
655-
operations. This gives the the writepage and writepages operations some
655+
operations. This gives the writepage and writepages operations some
656656
information about the nature of and reason for the writeback request,
657657
and the constraints under which it is being done. It is also used to
658658
return information back to the caller about the result of a writepage or

0 commit comments

Comments
 (0)