mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eric Engestrom <eric@engestrom.ch>
To: linux-kernel@vger.kernel.org
Cc: Eric Engestrom <eric@engestrom.ch>,
	Jonathan Corbet <corbet@lwn.net>,
	Steve French <sfrench@samba.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Vlastimil Babka <vbabka@suse.cz>, Michal Hocko <mhocko@suse.com>,
	Hugh Dickins <hughd@google.com>,
	Konstantin Khlebnikov <koct9i@gmail.com>,
	Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>,
	Chen Hanxiao <chenhanxiao@cn.fujitsu.com>,
	Minchan Kim <minchan@kernel.org>,
	John Stultz <john.stultz@linaro.org>,
	Ross Zwisler <ross.zwisler@linux.intel.com>,
	Jerome Marchand <jmarchan@redhat.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	Al Viro <viro@zeniv.linux.org.uk>, Jan Kara <jack@suse.cz>,
	"Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>,
	Thomas de Beauchene <thomas.chauvot-de-beauchene@epitech.eu>,
	linux-doc@vger.kernel.org, linux-cifs@vger.kernel.org,
	samba-technical@lists.samba.org
Subject: [PATCH 25/41] Documentation: filesystems: fix spelling mistakes
Date: Mon, 25 Apr 2016 01:24:22 +0100	[thread overview]
Message-ID: <1461543878-3639-26-git-send-email-eric@engestrom.ch> (raw)
In-Reply-To: <1461543878-3639-1-git-send-email-eric@engestrom.ch>

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
---
 Documentation/filesystems/autofs4.txt  | 6 +++---
 Documentation/filesystems/cifs/CHANGES | 2 +-
 Documentation/filesystems/proc.txt     | 4 ++--
 Documentation/filesystems/vfs.txt      | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/filesystems/autofs4.txt b/Documentation/filesystems/autofs4.txt
index 39d02e1..25fe9db 100644
--- a/Documentation/filesystems/autofs4.txt
+++ b/Documentation/filesystems/autofs4.txt
@@ -225,7 +225,7 @@ unmount any filesystems mounted on the autofs filesystem or remove any
 symbolic links or empty directories any time it likes.  If the unmount
 or removal is successful the filesystem will be returned to the state
 it was before the mount or creation, so that any access of the name
-will trigger normal auto-mount processing.  In particlar, `rmdir` and
+will trigger normal auto-mount processing.  In particular, `rmdir` and
 `unlink` do not leave negative entries in the dcache as a normal
 filesystem would, so an attempt to access a recently-removed object is
 passed to autofs for handling.
@@ -242,7 +242,7 @@ time stamp on each directory or symlink.  For symlinks it genuinely
 does record the last time the symlink was "used" or followed to find
 out where it points to.  For directories the field is a slight
 misnomer.  It actually records the last time that autofs checked if
-the directory or one of its descendents was busy and found that it
+the directory or one of its descendants was busy and found that it
 was.  This is just as useful and doesn't require updating the field so
 often.
 
@@ -255,7 +255,7 @@ up.
 
 There is an option with indirect mounts to consider each of the leaves
 that has been mounted on instead of considering the top-level names.
-This is intended for compatability with version 4 of autofs and should
+This is intended for compatibility with version 4 of autofs and should
 be considered as deprecated.
 
 When autofs considers a directory it checks the `last_used` time and
diff --git a/Documentation/filesystems/cifs/CHANGES b/Documentation/filesystems/cifs/CHANGES
index bc0025c..fe8f1ed 100644
--- a/Documentation/filesystems/cifs/CHANGES
+++ b/Documentation/filesystems/cifs/CHANGES
@@ -455,7 +455,7 @@ Fix internationalization problem in cifs readdir with filenames that map to
 longer UTF-8 strings than the string on the wire was in Unicode.  Add workaround
 for readdir to netapp servers. Fix search rewind (seek into readdir to return 
 non-consecutive entries).  Do not do readdir when server negotiates 
-buffer size to small to fit filename. Add support for reading POSIX ACLs from
+buffer size too small to fit filename. Add support for reading POSIX ACLs from
 the server (add also acl and noacl mount options).
 
 Version 1.24
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 7f5607a..03b6019 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -462,7 +462,7 @@ accessed.
 "Anonymous" shows the amount of memory that does not belong to any file.  Even
 a mapping associated with a file may contain anonymous pages: when MAP_PRIVATE
 and a page is modified, the file page is replaced by a private anonymous copy.
-"AnonHugePages" shows the ammount of memory backed by transparent hugepage.
+"AnonHugePages" shows the amount of memory backed by transparent hugepage.
 "Shared_Hugetlb" and "Private_Hugetlb" show the ammounts of memory backed by
 hugetlbfs page which is *not* counted in "RSS" or "PSS" field for historical
 reasons. And these are not included in {Shared,Private}_{Clean,Dirty} field.
@@ -1899,7 +1899,7 @@ hidepid=1 means users may not access any /proc/<pid>/ directories but their
 own.  Sensitive files like cmdline, sched*, status are now protected against
 other users.  This makes it impossible to learn whether any user runs
 specific program (given the program doesn't reveal itself by its behaviour).
-As an additional bonus, as /proc/<pid>/cmdline is unaccessible for other users,
+As an additional bonus, as /proc/<pid>/cmdline is inaccessible for other users,
 poorly written programs passing sensitive information via program arguments are
 now protected against local eavesdroppers.
 
diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt
index 4164bd6..ec67866 100644
--- a/Documentation/filesystems/vfs.txt
+++ b/Documentation/filesystems/vfs.txt
@@ -1014,7 +1014,7 @@ struct dentry_operations {
 	Useful for some pseudo filesystems (sockfs, pipefs, ...) to delay
 	pathname generation. (Instead of doing it when dentry is created,
 	it's done only when the path is needed.). Real filesystems probably
-	dont want to use it, because their dentries are present in global
+	don't want to use it, because their dentries are present in global
 	dcache hash, so their hash should be an invariant. As no lock is
 	held, d_dname() should not try to modify the dentry itself, unless
 	appropriate SMP safety is used. CAUTION : d_path() logic is quite
-- 
2.8.0

  parent reply	other threads:[~2016-04-25  0:30 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25  0:23 [PATCH 00/41] Documentation: " Eric Engestrom
2016-04-25  0:23 ` [PATCH 01/41] Documentation: debugfs: fix spelling mistake Eric Engestrom
2016-04-25  0:23 ` [PATCH 02/41] Documentation: sysfs: fix spelling mistakes Eric Engestrom
2016-04-25 22:57   ` Mathieu Poirier
2016-04-25  0:24 ` [PATCH 03/41] Documentation: arm: " Eric Engestrom
2016-04-25  7:20   ` Nicolas Ferre
2016-04-25  7:31   ` Alexandre Belloni
2016-04-25  0:24 ` [PATCH 04/41] Documentation: cgroup: " Eric Engestrom
2016-04-25  2:59   ` Randy Dunlap
2016-04-25  0:24 ` [PATCH 05/41] Documentation: cpu-hotplug: fix spelling mistake Eric Engestrom
2016-04-25  0:24 ` [PATCH 06/41] Documentation: device-mapper: fix spelling mistakes Eric Engestrom
2016-04-25  0:24 ` [PATCH 07/41] Documentation: dt: arc: " Eric Engestrom
2016-04-25  8:52   ` Vineet Gupta
2016-04-25  0:24 ` [PATCH 08/41] Documentation: dt: arm: " Eric Engestrom
2016-04-25 13:48   ` Rob Herring
2016-04-25  0:24 ` [PATCH 09/41] Documentation: dt: clock: " Eric Engestrom
2016-04-25  3:00   ` Randy Dunlap
2016-04-25  7:31   ` Heiko Stübner
2016-04-25 13:53   ` Rob Herring
2016-04-25  0:24 ` [PATCH 10/41] Documentation: dt: display: fix spelling mistake Eric Engestrom
2016-04-25 13:49   ` Rob Herring
2016-04-25  0:24 ` [PATCH 11/41] Documentation: dt: dma: " Eric Engestrom
2016-04-25 13:49   ` Rob Herring
2016-04-25  0:24 ` [PATCH 12/41] Documentation: dt: input: fix spelling mistakes Eric Engestrom
2016-04-25 13:49   ` Rob Herring
2016-04-25  0:24 ` [PATCH 13/41] Documentation: dt: interrupt-controller: " Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 14/41] Documentation: dt: media: fix spelling mistake Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25 16:58     ` Lee Jones
2016-04-25 22:56       ` Rob Herring
2016-04-26  6:35         ` Lee Jones
2016-04-26 13:35           ` Rob Herring
2016-04-26 13:49             ` Lee Jones
2016-04-25  0:24 ` [PATCH 16/41] Documentation: dt: mmc: fix spelling mistake Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 17/41] Documentation: dt: mtd: " Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 18/41] Documentation: dt: net: fix spelling mistakes Eric Engestrom
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 19/41] Documentation: dt: opp: fix spelling mistake Eric Engestrom
2016-04-25  3:02   ` Viresh Kumar
2016-04-25 13:50   ` Rob Herring
2016-04-25  0:24 ` [PATCH 20/41] Documentation: dt: pinctrl: " Eric Engestrom
2016-04-25 13:51   ` Rob Herring
2016-04-25  0:24 ` [PATCH 21/41] Documentation: dt: power: " Eric Engestrom
2016-04-25 13:51   ` Rob Herring
2016-04-25  0:24 ` [PATCH 22/41] Documentation: dt: soc: fix spelling mistakes Eric Engestrom
2016-04-25 13:51   ` Rob Herring
2016-04-25  0:24 ` [PATCH 23/41] Documentation: DocBook: fix spelling mistake Eric Engestrom
2016-04-25  0:24 ` [PATCH 24/41] Documentation: fb: fix spelling mistakes Eric Engestrom
2016-05-10  9:06   ` Tomi Valkeinen
2016-04-25  0:24 ` Eric Engestrom [this message]
2016-04-25  2:09   ` [PATCH 25/41] Documentation: filesystems: " Steve French
2016-04-25  0:24 ` [PATCH 26/41] Documentation: kasan: fix spelling mistake Eric Engestrom
2016-04-25  3:06   ` Randy Dunlap
2016-04-25  6:36 ` [PATCH 27/41] Documentation: laptops: " Eric Engestrom
2016-04-25  6:36   ` [PATCH 28/41] Documentation: locking: fix spelling mistakes Eric Engestrom
2016-04-28 10:27     ` [tip:locking/core] locking/Documentation/lockdep: Fix " tip-bot for Eric Engestrom
2016-04-25  6:36   ` [PATCH 29/41] Documentation: lzo: fix " Eric Engestrom
2016-04-28 13:23     ` Jonathan Corbet
2016-04-25  6:36   ` [PATCH 30/41] Documentation: networking: " Eric Engestrom
2016-04-28 18:21     ` David Miller
2016-04-25  6:36   ` [PATCH 31/41] Documentation: power: fix spelling mistake Eric Engestrom
2016-04-25  6:46     ` Viresh Kumar
2016-04-25  6:36   ` [PATCH 32/41] Documentation: pps: " Eric Engestrom
2016-04-28 13:24     ` Jonathan Corbet
2016-04-28 13:25     ` Jonathan Corbet
2016-04-25  6:36   ` [PATCH 33/41] Documentation: RCU: " Eric Engestrom
2016-04-25  7:48     ` Josh Triplett
2016-04-25 17:15       ` Paul E. McKenney
2016-04-25  6:37   ` [PATCH 34/41] Documentation: robust-futexes: fix spelling mistakes Eric Engestrom
2016-04-28 13:26     ` Jonathan Corbet
2016-04-25  6:37   ` [PATCH 35/41] Documentation: scsi: " Eric Engestrom
2016-04-28 13:30     ` Jonathan Corbet
2016-04-25  6:37   ` [PATCH 36/41] Documentation: sound: " Eric Engestrom
2016-04-25  8:44     ` Takashi Iwai
2016-04-25  8:58     ` Vinod Koul
2016-04-25  6:37   ` [PATCH 37/41] Documentation: video4linux: " Eric Engestrom
2016-04-25  6:37   ` [PATCH 38/41] Documentation: virtual: fix spelling mistake Eric Engestrom
2016-04-25 12:00     ` Cornelia Huck
2016-04-25 15:03       ` Radim Krčmář
2016-04-25  6:37   ` [PATCH 39/41] Documentation: vm: fix spelling mistakes Eric Engestrom
2016-04-28 13:31     ` Jonathan Corbet
2016-04-28 13:46       ` Jonathan Corbet
2016-04-28 19:12         ` Andrew Morton
2016-04-25  6:37   ` [PATCH 40/41] Documentation: x86: " Eric Engestrom
2016-04-28 13:33     ` Jonathan Corbet
2016-04-25  6:37   ` [PATCH 41/41] Documentation: xillybus: fix spelling mistake Eric Engestrom
2016-04-28 13:33     ` Jonathan Corbet
2016-04-28 13:22   ` [PATCH 27/41] Documentation: laptops: " Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461543878-3639-26-git-send-email-eric@engestrom.ch \
    --to=eric@engestrom.ch \
    --cc=akpm@linux-foundation.org \
    --cc=chenhanxiao@cn.fujitsu.com \
    --cc=corbet@lwn.net \
    --cc=hannes@cmpxchg.org \
    --cc=hughd@google.com \
    --cc=jack@suse.cz \
    --cc=jmarchan@redhat.com \
    --cc=john.stultz@linaro.org \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=koct9i@gmail.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhocko@suse.com \
    --cc=minchan@kernel.org \
    --cc=n-horiguchi@ah.jp.nec.com \
    --cc=ross.zwisler@linux.intel.com \
    --cc=samba-technical@lists.samba.org \
    --cc=sfrench@samba.org \
    --cc=thomas.chauvot-de-beauchene@epitech.eu \
    --cc=vbabka@suse.cz \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®