Commit 9332ef9d authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds

scripts/spelling.txt: add "an user" pattern and fix typo instances

Fix typos and add the following to the scripts/spelling.txt:

  an user||a user
  an userspace||a userspace

I also added "userspace" to the list since it is a common word in Linux.
I found some instances for "an userfaultfd", but I did not add it to the
list.  I felt it is endless to find words that start with "user" such as
"userland" etc., so must draw a line somewhere.

Link: http://lkml.kernel.org/r/1481573103-11329-4-git-send-email-yamada.masahiro@socionext.comSigned-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c6efb58d
...@@ -81,7 +81,7 @@ That defines some categories of errors: ...@@ -81,7 +81,7 @@ That defines some categories of errors:
still run, eventually replacing the affected hardware by a hot spare, still run, eventually replacing the affected hardware by a hot spare,
if available. if available.
Also, when an error happens on an userspace process, it is also possible to Also, when an error happens on a userspace process, it is also possible to
kill such process and let userspace restart it. kill such process and let userspace restart it.
The mechanism for handling non-fatal errors is usually complex and may The mechanism for handling non-fatal errors is usually complex and may
......
...@@ -136,7 +136,7 @@ Optional properties: ...@@ -136,7 +136,7 @@ Optional properties:
larger OPP table, based on what version of the hardware we are running on. We larger OPP table, based on what version of the hardware we are running on. We
still can't have multiple nodes with the same opp-hz value in OPP table. still can't have multiple nodes with the same opp-hz value in OPP table.
It's an user defined array containing a hierarchy of hardware version numbers, It's a user defined array containing a hierarchy of hardware version numbers,
supported by the OPP. For example: a platform with hierarchy of three levels supported by the OPP. For example: a platform with hierarchy of three levels
of versions (A, B and C), this field should be like <X Y Z>, where X of versions (A, B and C), this field should be like <X Y Z>, where X
corresponds to Version hierarchy A, Y corresponds to version hierarchy B and Z corresponds to Version hierarchy A, Y corresponds to version hierarchy B and Z
......
...@@ -6,7 +6,7 @@ Quota subsystem allows system administrator to set limits on used space and ...@@ -6,7 +6,7 @@ Quota subsystem allows system administrator to set limits on used space and
number of used inodes (inode is a filesystem structure which is associated with number of used inodes (inode is a filesystem structure which is associated with
each file or directory) for users and/or groups. For both used space and number each file or directory) for users and/or groups. For both used space and number
of used inodes there are actually two limits. The first one is called softlimit of used inodes there are actually two limits. The first one is called softlimit
and the second one hardlimit. An user can never exceed a hardlimit for any and the second one hardlimit. A user can never exceed a hardlimit for any
resource (unless he has CAP_SYS_RESOURCE capability). User is allowed to exceed resource (unless he has CAP_SYS_RESOURCE capability). User is allowed to exceed
softlimit but only for limited period of time. This period is called "grace softlimit but only for limited period of time. This period is called "grace
period" or "grace time". When grace time is over, user is not able to allocate period" or "grace time". When grace time is over, user is not able to allocate
......
...@@ -59,14 +59,14 @@ Install selftests ...@@ -59,14 +59,14 @@ Install selftests
================= =================
You can use kselftest_install.sh tool installs selftests in default You can use kselftest_install.sh tool installs selftests in default
location which is tools/testing/selftests/kselftest or an user specified location which is tools/testing/selftests/kselftest or a user specified
location. location.
To install selftests in default location: To install selftests in default location:
$ cd tools/testing/selftests $ cd tools/testing/selftests
$ ./kselftest_install.sh $ ./kselftest_install.sh
To install selftests in an user specified location: To install selftests in a user specified location:
$ cd tools/testing/selftests $ cd tools/testing/selftests
$ ./kselftest_install.sh install_dir $ ./kselftest_install.sh install_dir
......
...@@ -20,7 +20,7 @@ existing low level CI API. ...@@ -20,7 +20,7 @@ existing low level CI API.
ca_zap ca_zap
~~~~~~ ~~~~~~
An userspace application, like ``ca_zap`` is required to handle encrypted A userspace application, like ``ca_zap`` is required to handle encrypted
MPEG-TS streams. MPEG-TS streams.
The ``ca_zap`` userland application is in charge of sending the The ``ca_zap`` userland application is in charge of sending the
......
...@@ -38,7 +38,7 @@ Basic usage ...@@ -38,7 +38,7 @@ Basic usage
=========== ===========
MBIM functions are inactive when unmanaged. The cdc_mbim driver only MBIM functions are inactive when unmanaged. The cdc_mbim driver only
provides an userspace interface to the MBIM control channel, and will provides a userspace interface to the MBIM control channel, and will
not participate in the management of the function. This implies that a not participate in the management of the function. This implies that a
userspace MBIM management application always is required to enable a userspace MBIM management application always is required to enable a
MBIM function. MBIM function.
...@@ -200,7 +200,7 @@ structure described in section 10.5.29 of [1]. ...@@ -200,7 +200,7 @@ structure described in section 10.5.29 of [1].
The DSS VLAN subdevices are used as a practical interface between the The DSS VLAN subdevices are used as a practical interface between the
shared MBIM data channel and a MBIM DSS aware userspace application. shared MBIM data channel and a MBIM DSS aware userspace application.
It is not intended to be presented as-is to an end user. The It is not intended to be presented as-is to an end user. The
assumption is that an userspace application initiating a DSS session assumption is that a userspace application initiating a DSS session
also takes care of the necessary framing of the DSS data, presenting also takes care of the necessary framing of the DSS data, presenting
the stream to the end user in an appropriate way for the stream type. the stream to the end user in an appropriate way for the stream type.
......
...@@ -149,7 +149,7 @@ migration thread in the QEMU running in the destination node will ...@@ -149,7 +149,7 @@ migration thread in the QEMU running in the destination node will
receive the page that triggered the userfault and it'll map it as receive the page that triggered the userfault and it'll map it as
usual with the UFFDIO_COPY|ZEROPAGE (without actually knowing if it usual with the UFFDIO_COPY|ZEROPAGE (without actually knowing if it
was spontaneously sent by the source or if it was an urgent page was spontaneously sent by the source or if it was an urgent page
requested through an userfault). requested through a userfault).
By the time the userfaults start, the QEMU in the destination node By the time the userfaults start, the QEMU in the destination node
doesn't need to keep any per-page state bitmap relative to the live doesn't need to keep any per-page state bitmap relative to the live
......
...@@ -29,7 +29,7 @@ config OPROFILE_EVENT_MULTIPLEX ...@@ -29,7 +29,7 @@ config OPROFILE_EVENT_MULTIPLEX
The number of hardware counters is limited. The multiplexing The number of hardware counters is limited. The multiplexing
feature enables OProfile to gather more events than counters feature enables OProfile to gather more events than counters
are provided by the hardware. This is realized by switching are provided by the hardware. This is realized by switching
between events at an user specified time interval. between events at a user specified time interval.
If unsure, say N. If unsure, say N.
......
...@@ -1587,7 +1587,7 @@ extract_tbr (unsigned long insn, ...@@ -1587,7 +1587,7 @@ extract_tbr (unsigned long insn,
#define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7))
#define CTX_MASK CTX(0x3f, 0x7) #define CTX_MASK CTX(0x3f, 0x7)
/* An User Context form instruction. */ /* A User Context form instruction. */
#define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f))
#define UCTX_MASK UCTX(0x3f, 0x1f) #define UCTX_MASK UCTX(0x3f, 0x1f)
......
...@@ -4102,7 +4102,7 @@ static void update_permission_bitmask(struct kvm_vcpu *vcpu, ...@@ -4102,7 +4102,7 @@ static void update_permission_bitmask(struct kvm_vcpu *vcpu,
* as a SMAP violation if all of the following * as a SMAP violation if all of the following
* conditions are ture: * conditions are ture:
* - X86_CR4_SMAP is set in CR4 * - X86_CR4_SMAP is set in CR4
* - An user page is accessed * - A user page is accessed
* - Page fault in kernel mode * - Page fault in kernel mode
* - if CPL = 3 or X86_EFLAGS_AC is clear * - if CPL = 3 or X86_EFLAGS_AC is clear
* *
......
...@@ -136,7 +136,7 @@ extern void dvb_ringbuffer_flush_spinlock_wakeup(struct dvb_ringbuffer *rbuf); ...@@ -136,7 +136,7 @@ extern void dvb_ringbuffer_flush_spinlock_wakeup(struct dvb_ringbuffer *rbuf);
} }
/** /**
* dvb_ringbuffer_read_user - Reads a buffer into an user pointer * dvb_ringbuffer_read_user - Reads a buffer into a user pointer
* *
* @rbuf: pointer to struct dvb_ringbuffer * @rbuf: pointer to struct dvb_ringbuffer
* @buf: pointer to the buffer where the data will be stored * @buf: pointer to the buffer where the data will be stored
...@@ -193,7 +193,7 @@ extern ssize_t dvb_ringbuffer_write(struct dvb_ringbuffer *rbuf, const u8 *buf, ...@@ -193,7 +193,7 @@ extern ssize_t dvb_ringbuffer_write(struct dvb_ringbuffer *rbuf, const u8 *buf,
size_t len); size_t len);
/** /**
* dvb_ringbuffer_write_user - Writes a buffer received via an user pointer * dvb_ringbuffer_write_user - Writes a buffer received via a user pointer
* *
* @rbuf: pointer to struct dvb_ringbuffer * @rbuf: pointer to struct dvb_ringbuffer
* @buf: pointer to the buffer where the data will be read * @buf: pointer to the buffer where the data will be read
......
...@@ -3329,7 +3329,7 @@ static DEVICE_ATTR(lpfc_static_vport, S_IRUGO, ...@@ -3329,7 +3329,7 @@ static DEVICE_ATTR(lpfc_static_vport, S_IRUGO,
* @buf: Data buffer. * @buf: Data buffer.
* @count: Size of the data buffer. * @count: Size of the data buffer.
* *
* This function get called when an user write to the lpfc_stat_data_ctrl * This function get called when a user write to the lpfc_stat_data_ctrl
* sysfs file. This function parse the command written to the sysfs file * sysfs file. This function parse the command written to the sysfs file
* and take appropriate action. These commands are used for controlling * and take appropriate action. These commands are used for controlling
* driver statistical data collection. * driver statistical data collection.
......
...@@ -1807,17 +1807,17 @@ static void init_once_userfaultfd_ctx(void *mem) ...@@ -1807,17 +1807,17 @@ static void init_once_userfaultfd_ctx(void *mem)
} }
/** /**
* userfaultfd_file_create - Creates an userfaultfd file pointer. * userfaultfd_file_create - Creates a userfaultfd file pointer.
* @flags: Flags for the userfaultfd file. * @flags: Flags for the userfaultfd file.
* *
* This function creates an userfaultfd file pointer, w/out installing * This function creates a userfaultfd file pointer, w/out installing
* it into the fd table. This is useful when the userfaultfd file is * it into the fd table. This is useful when the userfaultfd file is
* used during the initialization of data structures that require * used during the initialization of data structures that require
* extra setup after the userfaultfd creation. So the userfaultfd * extra setup after the userfaultfd creation. So the userfaultfd
* creation is split into the file pointer creation phase, and the * creation is split into the file pointer creation phase, and the
* file descriptor installation phase. In this way races with * file descriptor installation phase. In this way races with
* userspace closing the newly installed file descriptor can be * userspace closing the newly installed file descriptor can be
* avoided. Returns an userfaultfd file pointer, or a proper error * avoided. Returns a userfaultfd file pointer, or a proper error
* pointer. * pointer.
*/ */
static struct file *userfaultfd_file_create(int flags) static struct file *userfaultfd_file_create(int flags)
......
...@@ -3392,7 +3392,7 @@ enum ieee80211_reconfig_type { ...@@ -3392,7 +3392,7 @@ enum ieee80211_reconfig_type {
* since there won't be any time to beacon before the switch anyway. * since there won't be any time to beacon before the switch anyway.
* @pre_channel_switch: This is an optional callback that is called * @pre_channel_switch: This is an optional callback that is called
* before a channel switch procedure is started (ie. when a STA * before a channel switch procedure is started (ie. when a STA
* gets a CSA or an userspace initiated channel-switch), allowing * gets a CSA or a userspace initiated channel-switch), allowing
* the driver to prepare for the channel switch. * the driver to prepare for the channel switch.
* @post_channel_switch: This is an optional callback that is called * @post_channel_switch: This is an optional callback that is called
* after a channel switch procedure is completed, allowing the * after a channel switch procedure is completed, allowing the
......
...@@ -353,7 +353,7 @@ static int setup_affinity(struct irq_desc *desc, struct cpumask *mask) ...@@ -353,7 +353,7 @@ static int setup_affinity(struct irq_desc *desc, struct cpumask *mask)
return 0; return 0;
/* /*
* Preserve the managed affinity setting and an userspace affinity * Preserve the managed affinity setting and a userspace affinity
* setup, but make sure that one of the targets is online. * setup, but make sure that one of the targets is online.
*/ */
if (irqd_affinity_is_managed(&desc->irq_data) || if (irqd_affinity_is_managed(&desc->irq_data) ||
......
...@@ -851,7 +851,7 @@ static int hci_sock_release(struct socket *sock) ...@@ -851,7 +851,7 @@ static int hci_sock_release(struct socket *sock)
if (hdev) { if (hdev) {
if (hci_pi(sk)->channel == HCI_CHANNEL_USER) { if (hci_pi(sk)->channel == HCI_CHANNEL_USER) {
/* When releasing an user channel exclusive access, /* When releasing a user channel exclusive access,
* call hci_dev_do_close directly instead of calling * call hci_dev_do_close directly instead of calling
* hci_dev_close to ensure the exclusive access will * hci_dev_close to ensure the exclusive access will
* be released and the controller brought back down. * be released and the controller brought back down.
...@@ -1172,7 +1172,7 @@ static int hci_sock_bind(struct socket *sock, struct sockaddr *addr, ...@@ -1172,7 +1172,7 @@ static int hci_sock_bind(struct socket *sock, struct sockaddr *addr,
/* In case the transport is already up and /* In case the transport is already up and
* running, clear the error here. * running, clear the error here.
* *
* This can happen when opening an user * This can happen when opening a user
* channel and HCI_AUTO_OFF grace period * channel and HCI_AUTO_OFF grace period
* is still active. * is still active.
*/ */
...@@ -1190,7 +1190,7 @@ static int hci_sock_bind(struct socket *sock, struct sockaddr *addr, ...@@ -1190,7 +1190,7 @@ static int hci_sock_bind(struct socket *sock, struct sockaddr *addr,
if (!hci_sock_gen_cookie(sk)) { if (!hci_sock_gen_cookie(sk)) {
/* In the case when a cookie has already been assigned, /* In the case when a cookie has already been assigned,
* this socket will transition from a raw socket into * this socket will transition from a raw socket into
* an user channel socket. For a clean transition, send * a user channel socket. For a clean transition, send
* the close notification first. * the close notification first.
*/ */
skb = create_monitor_ctrl_close(sk); skb = create_monitor_ctrl_close(sk);
......
...@@ -48,7 +48,7 @@ nfnl_userspace_cthelper(struct sk_buff *skb, unsigned int protoff, ...@@ -48,7 +48,7 @@ nfnl_userspace_cthelper(struct sk_buff *skb, unsigned int protoff,
if (helper == NULL) if (helper == NULL)
return NF_DROP; return NF_DROP;
/* This is an user-space helper not yet configured, skip. */ /* This is a user-space helper not yet configured, skip. */
if ((helper->flags & if ((helper->flags &
(NF_CT_HELPER_F_USERSPACE | NF_CT_HELPER_F_CONFIGURED)) == (NF_CT_HELPER_F_USERSPACE | NF_CT_HELPER_F_CONFIGURED)) ==
NF_CT_HELPER_F_USERSPACE) NF_CT_HELPER_F_USERSPACE)
......
...@@ -86,6 +86,8 @@ alue||value ...@@ -86,6 +86,8 @@ alue||value
ambigious||ambiguous ambigious||ambiguous
amoung||among amoung||among
amout||amount amout||amount
an user||a user
an userspace||a userspace
analysator||analyzer analysator||analyzer
ang||and ang||and
anniversery||anniversary anniversery||anniversary
......
...@@ -22,7 +22,7 @@ If you have debuginfo enabled, try: perf report -s sym,srcline ...@@ -22,7 +22,7 @@ If you have debuginfo enabled, try: perf report -s sym,srcline
For memory address profiling, try: perf mem record / perf mem report For memory address profiling, try: perf mem record / perf mem report
For tracepoint events, try: perf report -s trace_fields For tracepoint events, try: perf report -s trace_fields
To record callchains for each sample: perf record -g To record callchains for each sample: perf record -g
To record every process run by an user: perf record -u <user> To record every process run by a user: perf record -u <user>
Skip collecing build-id when recording: perf record -B Skip collecing build-id when recording: perf record -B
To change sampling frequency to 100 Hz: perf record -F 100 To change sampling frequency to 100 Hz: perf record -F 100
See assembly instructions with percentage: perf annotate <symbol> See assembly instructions with percentage: perf annotate <symbol>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment