From: Eric Engestrom <eric@engestrom.ch>
To: linux-kernel@vger.kernel.org
Cc: Eric Engestrom <eric@engestrom.ch>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Stephen Warren <swarren@wwwdotorg.org>,
Thierry Reding <thierry.reding@gmail.com>,
Alexandre Courbot <gnurou@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-tegra@vger.kernel.org
Subject: [PATCH 02/41] Documentation: sysfs: fix spelling mistakes
Date: Mon, 25 Apr 2016 01:23:59 +0100 [thread overview]
Message-ID: <1461543878-3639-3-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/ABI/testing/sysfs-bus-coresight-devices-etm4x | 2 +-
Documentation/ABI/testing/sysfs-bus-event_source-devices-events | 4 ++--
Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7 | 2 +-
Documentation/ABI/testing/sysfs-driver-tegra-fuse | 2 +-
Documentation/ABI/testing/sysfs-fs-xfs | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x b/Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x
index 2355ed8..19b83f4 100644
--- a/Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x
+++ b/Documentation/ABI/testing/sysfs-bus-coresight-devices-etm4x
@@ -378,7 +378,7 @@ Date: April 2015
KernelVersion: 4.01
Contact: Mathieu Poirier <mathieu.poirier@linaro.org>
Description: (R) Returns the maximum size of the data value, data address,
- VMID, context ID and instuction address in the trace unit
+ VMID, context ID and instruction address in the trace unit
(0x1E8). The value is taken directly from the HW.
What: /sys/bus/coresight/devices/<memory_map>.etm/trcidr/trcidr3
diff --git a/Documentation/ABI/testing/sysfs-bus-event_source-devices-events b/Documentation/ABI/testing/sysfs-bus-event_source-devices-events
index 505f080..77de58d 100644
--- a/Documentation/ABI/testing/sysfs-bus-event_source-devices-events
+++ b/Documentation/ABI/testing/sysfs-bus-event_source-devices-events
@@ -47,7 +47,7 @@ Description: Per-pmu performance monitoring events specific to the running syste
If a <term> is specified alone (without an assigned value), it
is implied that 0x1 is assigned to that <term>.
- Examples (each of these lines would be in a seperate file):
+ Examples (each of these lines would be in a separate file):
event=0x2abc
event=0x423,inv,cmask=0x3
@@ -83,7 +83,7 @@ Description: Perf event scaling factors
A string representing a floating point value expressed in
scientific notation to be multiplied by the event count
- recieved from the kernel to match the unit specified in the
+ received from the kernel to match the unit specified in the
<event>.unit file.
Example:
diff --git a/Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7 b/Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7
index f893337..ec27c6c 100644
--- a/Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7
+++ b/Documentation/ABI/testing/sysfs-bus-event_source-devices-hv_24x7
@@ -4,7 +4,7 @@ Contact: Linux on PowerPC Developer List <linuxppc-dev@lists.ozlabs.org>
Description:
Provides access to the binary "24x7 catalog" provided by the
hypervisor on POWER7 and 8 systems. This catalog lists events
- avaliable from the powerpc "hv_24x7" pmu. Its format is
+ available from the powerpc "hv_24x7" pmu. Its format is
documented here:
https://raw.githubusercontent.com/jmesmon/catalog-24x7/master/hv-24x7-catalog.h
diff --git a/Documentation/ABI/testing/sysfs-driver-tegra-fuse b/Documentation/ABI/testing/sysfs-driver-tegra-fuse
index 69f5af6..b8936fa 100644
--- a/Documentation/ABI/testing/sysfs-driver-tegra-fuse
+++ b/Documentation/ABI/testing/sysfs-driver-tegra-fuse
@@ -3,7 +3,7 @@ Date: February 2014
Contact: Peter De Schrijver <pdeschrijver@nvidia.com>
Description: read-only access to the efuses on Tegra20, Tegra30, Tegra114
and Tegra124 SoC's from NVIDIA. The efuses contain write once
- data programmed at the factory. The data is layed out in 32bit
+ data programmed at the factory. The data is laid out in 32bit
words in LSB first format. Each bit represents a single value
as decoded from the fuse registers. Bits order/assignment
exactly matches the HW registers, including any unused bits.
diff --git a/Documentation/ABI/testing/sysfs-fs-xfs b/Documentation/ABI/testing/sysfs-fs-xfs
index ea0cc8c..f704925 100644
--- a/Documentation/ABI/testing/sysfs-fs-xfs
+++ b/Documentation/ABI/testing/sysfs-fs-xfs
@@ -33,7 +33,7 @@ Contact: xfs@oss.sgi.com
Description:
The current state of the log write grant head. It
represents the total log reservation of all currently
- oustanding transactions, including regrants due to
+ outstanding transactions, including regrants due to
rolling transactions. The grant head is exported in
"cycle:bytes" format.
Users: xfstests
--
2.8.0
next prev parent reply other threads:[~2016-04-25 0:25 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 ` Eric Engestrom [this message]
2016-04-25 22:57 ` [PATCH 02/41] Documentation: sysfs: fix spelling mistakes 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 ` [PATCH 25/41] Documentation: filesystems: " Eric Engestrom
2016-04-25 2:09 ` 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-3-git-send-email-eric@engestrom.ch \
--to=eric@engestrom.ch \
--cc=gnurou@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=swarren@wwwdotorg.org \
--cc=thierry.reding@gmail.com \
/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®