提交 a34f0b31 编写于 作者: U Uwe Kleine-König 提交者: Jiri Kosina

fix comment typos concerning "consistent"

Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 dac36dd8
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* The interrupt numbering scheme is defined in the * The interrupt numbering scheme is defined in the
* interrupt controller spec. To wit: * interrupt controller spec. To wit:
* *
* Migrated the code from ARM MP port to be more consistant * Migrated the code from ARM MP port to be more consistent
* with interrupt processing , the following still holds true * with interrupt processing , the following still holds true
* however, all interrupts are treated the same regardless of * however, all interrupts are treated the same regardless of
* if they are local IPI or PPI * if they are local IPI or PPI
......
...@@ -88,7 +88,7 @@ void __init psc_init(void) ...@@ -88,7 +88,7 @@ void __init psc_init(void)
/* /*
* The PSC is always at the same spot, but using psc * The PSC is always at the same spot, but using psc
* keeps things consisant with the psc_xxxx functions. * keeps things consistent with the psc_xxxx functions.
*/ */
psc = (void *) PSC_BASE; psc = (void *) PSC_BASE;
......
...@@ -898,7 +898,7 @@ static int velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status) ...@@ -898,7 +898,7 @@ static int velocity_set_media_mode(struct velocity_info *vptr, u32 mii_status)
set_mii_flow_control(vptr); set_mii_flow_control(vptr);
/* /*
Check if new status is consisent with current status Check if new status is consistent with current status
if (((mii_status & curr_status) & VELOCITY_AUTONEG_ENABLE) || if (((mii_status & curr_status) & VELOCITY_AUTONEG_ENABLE) ||
(mii_status==curr_status)) { (mii_status==curr_status)) {
vptr->mii_status=mii_check_media_mode(vptr->mac_regs); vptr->mii_status=mii_check_media_mode(vptr->mac_regs);
......
...@@ -186,7 +186,7 @@ enum { ...@@ -186,7 +186,7 @@ enum {
* struct i2400m_poke_table - Hardware poke table for the Intel 2400m * struct i2400m_poke_table - Hardware poke table for the Intel 2400m
* *
* This structure will be used to create a device specific poke table * This structure will be used to create a device specific poke table
* to put the device in a consistant state at boot time. * to put the device in a consistent state at boot time.
* *
* @address: The device address to poke * @address: The device address to poke
* *
......
...@@ -224,7 +224,7 @@ mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, ...@@ -224,7 +224,7 @@ mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd,
{ {
int err; int err;
/* inconsistant: mraid_mm_compat_ioctl doesn't take the BKL */ /* inconsistent: mraid_mm_compat_ioctl doesn't take the BKL */
mutex_lock(&mraid_mm_mutex); mutex_lock(&mraid_mm_mutex);
err = mraid_mm_ioctl(filep, cmd, arg); err = mraid_mm_ioctl(filep, cmd, arg);
mutex_unlock(&mraid_mm_mutex); mutex_unlock(&mraid_mm_mutex);
......
...@@ -207,7 +207,7 @@ static int start_this_handle(journal_t *journal, handle_t *handle) ...@@ -207,7 +207,7 @@ static int start_this_handle(journal_t *journal, handle_t *handle)
* the committing transaction. Really, we only need to give it * the committing transaction. Really, we only need to give it
* committing_transaction->t_outstanding_credits plus "enough" for * committing_transaction->t_outstanding_credits plus "enough" for
* the log control blocks. * the log control blocks.
* Also, this test is inconsitent with the matching one in * Also, this test is inconsistent with the matching one in
* journal_extend(). * journal_extend().
*/ */
if (__log_space_left(journal) < jbd_space_needed(journal)) { if (__log_space_left(journal) < jbd_space_needed(journal)) {
......
...@@ -251,7 +251,7 @@ static int start_this_handle(journal_t *journal, handle_t *handle, ...@@ -251,7 +251,7 @@ static int start_this_handle(journal_t *journal, handle_t *handle,
* the committing transaction. Really, we only need to give it * the committing transaction. Really, we only need to give it
* committing_transaction->t_outstanding_credits plus "enough" for * committing_transaction->t_outstanding_credits plus "enough" for
* the log control blocks. * the log control blocks.
* Also, this test is inconsitent with the matching one in * Also, this test is inconsistent with the matching one in
* jbd2_journal_extend(). * jbd2_journal_extend().
*/ */
if (__jbd2_log_space_left(journal) < jbd_space_needed(journal)) { if (__jbd2_log_space_left(journal) < jbd_space_needed(journal)) {
......
...@@ -300,7 +300,7 @@ int inet6_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len) ...@@ -300,7 +300,7 @@ int inet6_bind(struct socket *sock, struct sockaddr *uaddr, int addr_len)
goto out; goto out;
} }
/* Reproduce AF_INET checks to make the bindings consitant */ /* Reproduce AF_INET checks to make the bindings consistent */
v4addr = addr->sin6_addr.s6_addr32[3]; v4addr = addr->sin6_addr.s6_addr32[3];
chk_addr_ret = inet_addr_type(net, v4addr); chk_addr_ret = inet_addr_type(net, v4addr);
if (!sysctl_ip_nonlocal_bind && if (!sysctl_ip_nonlocal_bind &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册