Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1385964

[PATCH 06/41] Documentation: device-mapper: fix spelling mistakes

From Eric Engestrom <eric@engestrom.ch>
Newsgroups linux.kernel
Subject [PATCH 06/41] Documentation: device-mapper: fix spelling mistakes
Date 2016-04-25 02:30 +0200
Message-ID <rrCzx-4Wc-41@gated-at.bofh.it> (permalink)
References <rrCzw-4Wc-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Eric Engestrom <eric@engestrom.ch>
---
 Documentation/device-mapper/cache-policies.txt | 4 ++--
 Documentation/device-mapper/statistics.txt     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/device-mapper/cache-policies.txt b/Documentation/device-mapper/cache-policies.txt
index e5062ad..e3a2063 100644
--- a/Documentation/device-mapper/cache-policies.txt
+++ b/Documentation/device-mapper/cache-policies.txt
@@ -11,7 +11,7 @@ Every bio that is mapped by the target is referred to the policy.
 The policy can return a simple HIT or MISS or issue a migration.
 
 Currently there's no way for the policy to issue background work,
-e.g. to start writing back dirty blocks that are going to be evicte
+e.g. to start writing back dirty blocks that are going to be evicted
 soon.
 
 Because we map bios, rather than requests it's easy for the policy
@@ -67,7 +67,7 @@ the entries (each hotspot block covers a larger area than a single
 cache block).
 
 All these mean smq uses ~25bytes per cache block.  Still a lot of
-memory, but a substantial improvement nontheless.
+memory, but a substantial improvement nonetheless.
 
 Level balancing:
 MQ places entries in different levels of the multiqueue structures
diff --git a/Documentation/device-mapper/statistics.txt b/Documentation/device-mapper/statistics.txt
index 6f5ef94..170ac02 100644
--- a/Documentation/device-mapper/statistics.txt
+++ b/Documentation/device-mapper/statistics.txt
@@ -205,7 +205,7 @@ statistics on them:
 
   dmsetup message vol 0 @stats_create - /100
 
-Set the auxillary data string to "foo bar baz" (the escape for each
+Set the auxiliary data string to "foo bar baz" (the escape for each
 space must also be escaped, otherwise the shell will consume them):
 
   dmsetup message vol 0 @stats_set_aux 0 foo\\ bar\\ baz
-- 
2.8.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 00/41] Documentation: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
  [PATCH 17/41] Documentation: dt: mtd: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
    Re: [PATCH 17/41] Documentation: dt: mtd: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
  [PATCH 16/41] Documentation: dt: mmc: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
    Re: [PATCH 16/41] Documentation: dt: mmc: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
  [PATCH 01/41] Documentation: debugfs: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
  [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
    Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
      Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Lee Jones <lee.jones@linaro.org> - 2016-04-25 19:00 +0200
        Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-26 01:00 +0200
          Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Lee Jones <lee.jones@linaro.org> - 2016-04-26 08:40 +0200
            Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-26 15:40 +0200
              Re: [PATCH 15/41] Documentation: dt: mfd: fix spelling mistakes Lee Jones <lee.jones@linaro.org> - 2016-04-26 16:00 +0200
  [PATCH 07/41] Documentation: dt: arc: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
    Re: [PATCH 07/41] Documentation: dt: arc: fix spelling mistakes Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-04-25 11:00 +0200
  [PATCH 11/41] Documentation: dt: dma: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
    Re: [PATCH 11/41] Documentation: dt: dma: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
  [PATCH 06/41] Documentation: device-mapper: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
  [PATCH 18/41] Documentation: dt: net: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
    Re: [PATCH 18/41] Documentation: dt: net: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
  [PATCH 14/41] Documentation: dt: media: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:30 +0200
    Re: [PATCH 14/41] Documentation: dt: media: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
  [PATCH 23/41] Documentation: DocBook: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
  [PATCH 22/41] Documentation: dt: soc: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
    Re: [PATCH 22/41] Documentation: dt: soc: fix spelling mistakes Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
  [PATCH 26/41] Documentation: kasan: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
    Re: [PATCH 26/41] Documentation: kasan: fix spelling mistake Randy Dunlap <rdunlap@infradead.org> - 2016-04-25 05:10 +0200
  [PATCH 21/41] Documentation: dt: power: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
    Re: [PATCH 21/41] Documentation: dt: power: fix spelling mistake Rob Herring <robh@kernel.org> - 2016-04-25 16:00 +0200
  [PATCH 24/41] Documentation: fb: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
  [PATCH 25/41] Documentation: filesystems: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 02:40 +0200
    Re: [PATCH 25/41] Documentation: filesystems: fix spelling mistakes Steve French <smfrench@gmail.com> - 2016-04-25 04:20 +0200
  [PATCH 41/41] Documentation: xillybus: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
  [PATCH 28/41] Documentation: locking: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
    [tip:locking/core] locking/Documentation/lockdep: Fix spelling  mistakes tip-bot for Eric Engestrom <tipbot@zytor.com> - 2016-04-28 12:30 +0200
  [PATCH 37/41] Documentation: video4linux: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
  [PATCH 34/41] Documentation: robust-futexes: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
  [PATCH 30/41] Documentation: networking: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
  [PATCH 40/41] Documentation: x86: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
  [PATCH 27/41] Documentation: laptops: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
    [PATCH 33/41] Documentation: RCU: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
      Re: [PATCH 33/41] Documentation: RCU: fix spelling mistake Josh Triplett <josh@joshtriplett.org> - 2016-04-25 09:50 +0200
        Re: [PATCH 33/41] Documentation: RCU: fix spelling mistake "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-04-25 19:20 +0200
    [PATCH 36/41] Documentation: sound: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
      Re: [PATCH 36/41] Documentation: sound: fix spelling mistakes Takashi Iwai <tiwai@suse.de> - 2016-04-25 10:50 +0200
      Re: [PATCH 36/41] Documentation: sound: fix spelling mistakes Vinod Koul <vinod.koul@intel.com> - 2016-04-25 11:00 +0200
    [PATCH 39/41] Documentation: vm: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
    [PATCH 35/41] Documentation: scsi: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
    [PATCH 38/41] Documentation: virtual: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:40 +0200
      Re: [PATCH 38/41] Documentation: virtual: fix spelling mistake Cornelia Huck <cornelia.huck@de.ibm.com> - 2016-04-25 14:10 +0200
        Re: [PATCH 38/41] Documentation: virtual: fix spelling mistake Radim Krčmář <rkrcmar@redhat.com> - 2016-04-25 17:10 +0200
    [PATCH 31/41] Documentation: power: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:50 +0200
      Re: [PATCH 31/41] Documentation: power: fix spelling mistake Viresh Kumar <viresh.kumar@linaro.org> - 2016-04-25 08:50 +0200
    [PATCH 29/41] Documentation: lzo: fix spelling mistakes Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:50 +0200
    [PATCH 32/41] Documentation: pps: fix spelling mistake Eric Engestrom <eric@engestrom.ch> - 2016-04-25 08:50 +0200

csiph-web