All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@ti.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	charu@ti.com
Subject: Re: [PATCH] OMAP2+: powerdomain: fix typo: lose context --> loose context
Date: Thu, 21 Apr 2011 10:09:32 -0700	[thread overview]
Message-ID: <87tydr1qgj.fsf@ti.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1104210851500.991@utopia.booyaka.com> (Paul Walmsley's message of "Thu, 21 Apr 2011 09:35:20 -0600 (MDT)")

Paul Walmsley <paul@pwsan.com> writes:

> Hi Kevin,
>
> On Wed, 20 Apr 2011, Kevin Hilman wrote:
>
>> Before we get any users of this function, fix the name (and comments)
>> to use loose instead of lose.
>> 
>> Signed-off-by: Kevin Hilman <khilman@ti.com>
>> ---
>> Applies to v2.6.39-rc4
>> 
>>  arch/arm/mach-omap2/powerdomain.c |    6 +++---
>>  arch/arm/mach-omap2/powerdomain.h |    2 +-
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>> 
>> diff --git a/arch/arm/mach-omap2/powerdomain.c b/arch/arm/mach-omap2/powerdomain.c
>> index 9af0847..ec3423f 100644
>> --- a/arch/arm/mach-omap2/powerdomain.c
>> +++ b/arch/arm/mach-omap2/powerdomain.c
>> @@ -960,18 +960,18 @@ u32 pwrdm_get_context_loss_count(struct powerdomain *pwrdm)
>>  }
>>  
>>  /**
>> - * pwrdm_can_ever_lose_context - can this powerdomain ever lose context?
>> + * pwrdm_can_ever_loose_context - can this powerdomain ever loose context?
>
> 'lose' is correct in this case,. It's derived from the idiom 'context 
> loss'.  more broadly, 'loose' implies a strong sense of agency on the part 
> of whatever is doing the 'loosing,' whereas 'lose' does not (it's the PRCM 
> that causes the powerdomain to lose context, not the powerdomain itself - 
> the powerdomain's logic/memory context is subject to the PRCM's whim)

After a dictionary lookup, I guess you're right.  I guess I've been
spelling that wrong for a while, and it seems I'm not the only one:

  http://www.elearnenglishlanguage.com/difficulties/looselose.html

Thanks for the English lesson.  ;)

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] OMAP2+: powerdomain: fix typo: lose context --> loose context
Date: Thu, 21 Apr 2011 10:09:32 -0700	[thread overview]
Message-ID: <87tydr1qgj.fsf@ti.com> (raw)
In-Reply-To: <alpine.DEB.2.00.1104210851500.991@utopia.booyaka.com> (Paul Walmsley's message of "Thu, 21 Apr 2011 09:35:20 -0600 (MDT)")

Paul Walmsley <paul@pwsan.com> writes:

> Hi Kevin,
>
> On Wed, 20 Apr 2011, Kevin Hilman wrote:
>
>> Before we get any users of this function, fix the name (and comments)
>> to use loose instead of lose.
>> 
>> Signed-off-by: Kevin Hilman <khilman@ti.com>
>> ---
>> Applies to v2.6.39-rc4
>> 
>>  arch/arm/mach-omap2/powerdomain.c |    6 +++---
>>  arch/arm/mach-omap2/powerdomain.h |    2 +-
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>> 
>> diff --git a/arch/arm/mach-omap2/powerdomain.c b/arch/arm/mach-omap2/powerdomain.c
>> index 9af0847..ec3423f 100644
>> --- a/arch/arm/mach-omap2/powerdomain.c
>> +++ b/arch/arm/mach-omap2/powerdomain.c
>> @@ -960,18 +960,18 @@ u32 pwrdm_get_context_loss_count(struct powerdomain *pwrdm)
>>  }
>>  
>>  /**
>> - * pwrdm_can_ever_lose_context - can this powerdomain ever lose context?
>> + * pwrdm_can_ever_loose_context - can this powerdomain ever loose context?
>
> 'lose' is correct in this case,. It's derived from the idiom 'context 
> loss'.  more broadly, 'loose' implies a strong sense of agency on the part 
> of whatever is doing the 'loosing,' whereas 'lose' does not (it's the PRCM 
> that causes the powerdomain to lose context, not the powerdomain itself - 
> the powerdomain's logic/memory context is subject to the PRCM's whim)

After a dictionary lookup, I guess you're right.  I guess I've been
spelling that wrong for a while, and it seems I'm not the only one:

  http://www.elearnenglishlanguage.com/difficulties/looselose.html

Thanks for the English lesson.  ;)

Kevin

  reply	other threads:[~2011-04-21 17:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-21  0:25 [PATCH] OMAP2+: powerdomain: fix typo: lose context --> loose context Kevin Hilman
2011-04-21  0:25 ` Kevin Hilman
2011-04-21 15:35 ` Paul Walmsley
2011-04-21 15:35   ` Paul Walmsley
2011-04-21 17:09   ` Kevin Hilman [this message]
2011-04-21 17:09     ` Kevin Hilman

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=87tydr1qgj.fsf@ti.com \
    --to=khilman@ti.com \
    --cc=charu@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.