diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-10 17:53:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-10 17:53:43 -0700 |
commit | ca6151a9788e2cbb1a7b5d320dcf4f16a3b64477 (patch) | |
tree | 8b9c0e47c53a194f04faff6bda4182b0f74605e2 /Documentation/filesystems | |
parent | 4e4bdcfa21297ab6f4d963edae3abb8ec4eac312 (diff) | |
parent | befacdcf47d4a19eb584ae5b43da40941e8e660c (diff) |
Merge tag 'docs-5.7-2' of git://git.lwn.net/linux
Pull Documentation fixes from Jonathan Corbet:
"A handful of late-arriving fixes for the documentation tree"
* tag 'docs-5.7-2' of git://git.lwn.net/linux:
Documentation: android: binderfs: add 'stats' mount option
Documentation: driver-api/usb/writing_usb_driver.rst Updates documentation links
docs: driver-api: address duplicate label warning
Documentation: sysrq: fix RST formatting
docs: kernel-parameters.txt: Fix broken references
docs: kernel-parameters.txt: Remove nompx
docs: filesystems: fix typo in qnx6.rst
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/qnx6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/qnx6.rst b/Documentation/filesystems/qnx6.rst index b71308314070..fd13433d362c 100644 --- a/Documentation/filesystems/qnx6.rst +++ b/Documentation/filesystems/qnx6.rst @@ -185,7 +185,7 @@ tree structures are treated as system blocks. The rational behind that is that a write request can work on a new snapshot (system area of the inactive - resp. lower serial numbered superblock) while -at the same time there is still a complete stable filesystem structer in the +at the same time there is still a complete stable filesystem structure in the other half of the system area. When finished with writing (a sync write is completed, the maximum sync leap |