All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix incorrect use of loose in vpe.c
@ 2008-12-05  0:36 Nick Andrew
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Andrew @ 2008-12-05  0:36 UTC (permalink / raw)
  To: Jonathan Corbet, Kevin D. Kissell, Lucas Woods, Nick Andrew,
	Ralf Baechle, linux-mips
  Cc: Linux Kernel Mailing List

Fix incorrect use of loose in vpe.c

From: Nick Andrew <nick@nick-andrew.net>

It should be 'lose', not 'loose'.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
---

 arch/mips/kernel/vpe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c
index 972b2d2..a1b3da6 100644
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
@@ -1134,7 +1134,7 @@ static int vpe_release(struct inode *inode, struct file *filp)
 
 	/* It's good to be able to run the SP and if it chokes have a look at
 	   the /dev/rt?. But if we reset the pointer to the shared struct we
-	   loose what has happened. So perhaps if garbage is sent to the vpe
+	   lose what has happened. So perhaps if garbage is sent to the vpe
 	   device, use it as a trigger for the reset. Hopefully a nice
 	   executable will be along shortly. */
 	if (ret < 0)

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: Fix incorrect use of loose in vpe.c
       [not found] <S24119814AbYLEAhF/20081205003705Z+5882@ftp.linux-mips.org>
@ 2008-12-05 15:56 ` Ralf Baechle
  2008-12-05 16:23   ` Kevin D. Kissell
  2008-12-05 21:02   ` Nick Andrew
  0 siblings, 2 replies; 4+ messages in thread
From: Ralf Baechle @ 2008-12-05 15:56 UTC (permalink / raw)
  To: Nick Andrew
  Cc: Jonathan Corbet, Kevin D. Kissell, Lucas Woods, linux-mips,
	Linux Kernel Mailing List

On Fri, Dec 05, 2008 at 11:36:54AM +1100, Nick Andrew wrote:
> From: Nick Andrew <nick@nick-andrew.net>
> Date: Fri, 05 Dec 2008 11:36:54 +1100
> To: Jonathan Corbet <corbet@lwn.net>, "Kevin D. Kissell" <kevink@mips.com>,
> 	Lucas Woods <woodzy@gmail.com>, Nick Andrew <nick@nick-andrew.net>,
> 	Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org
> Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
> Subject: Fix incorrect use of loose in vpe.c
> 
> Fix incorrect use of loose in vpe.c
> 
> From: Nick Andrew <nick@nick-andrew.net>
> 
> It should be 'lose', not 'loose'.
> 
> Signed-off-by: Nick Andrew <nick@nick-andrew.net>

Thanks, applied.  Note that the address you used for Kevin Kissel to post
your patch is no longer valid.

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fix incorrect use of loose in vpe.c
  2008-12-05 15:56 ` Fix incorrect use of loose in vpe.c Ralf Baechle
@ 2008-12-05 16:23   ` Kevin D. Kissell
  2008-12-05 21:02   ` Nick Andrew
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin D. Kissell @ 2008-12-05 16:23 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: Nick Andrew, Jonathan Corbet, Lucas Woods, linux-mips,
	Linux Kernel Mailing List

Ralf Baechle wrote:
> On Fri, Dec 05, 2008 at 11:36:54AM +1100, Nick Andrew wrote:
>   
>> From: Nick Andrew <nick@nick-andrew.net>
>> Date: Fri, 05 Dec 2008 11:36:54 +1100
>> To: Jonathan Corbet <corbet@lwn.net>, "Kevin D. Kissell" <kevink@mips.com>,
>> 	Lucas Woods <woodzy@gmail.com>, Nick Andrew <nick@nick-andrew.net>,
>> 	Ralf Baechle <ralf@linux-mips.org>, linux-mips@linux-mips.org
>> Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
>> Subject: Fix incorrect use of loose in vpe.c
>>
>> Fix incorrect use of loose in vpe.c
>>
>> From: Nick Andrew <nick@nick-andrew.net>
>>
>> It should be 'lose', not 'loose'.
>>
>> Signed-off-by: Nick Andrew <nick@nick-andrew.net>
>>     
>
> Thanks, applied.  Note that the address you used for Kevin Kissel to post
> your patch is no longer valid.
>   
Yeah, but I'm still on the mailing list, so I saw it.  I don't "own" 
that particular module,
but for whatever it's worth, I'm OK with fixing the comment - though I'm 
surprised
that checkpatch let a non-canonical multi-line comment block like that 
go by.  ;o)

          Regards,

          Kevin K.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Fix incorrect use of loose in vpe.c
  2008-12-05 15:56 ` Fix incorrect use of loose in vpe.c Ralf Baechle
  2008-12-05 16:23   ` Kevin D. Kissell
@ 2008-12-05 21:02   ` Nick Andrew
  1 sibling, 0 replies; 4+ messages in thread
From: Nick Andrew @ 2008-12-05 21:02 UTC (permalink / raw)
  To: Ralf Baechle
  Cc: Jonathan Corbet, Kevin D. Kissell, Lucas Woods, linux-mips,
	Linux Kernel Mailing List

On Fri, Dec 05, 2008 at 03:56:54PM +0000, Ralf Baechle wrote:
> Thanks, applied.  Note that the address you used for Kevin Kissel to post
> your patch is no longer valid.

Yep. By default the get_maintainers.pl script which I used trawls through
'git log' to find everybody who was involved in a commit in each affected
file during the last 12 months. Kevin signed off commit b618336aac14 from
his old address.

Nick.
-- 
PGP Key ID = 0x418487E7                      http://www.nick-andrew.net/
PGP Key fingerprint = B3ED 6894 8E49 1770 C24A  67E3 6266 6EB9 4184 87E7

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-05 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <S24119814AbYLEAhF/20081205003705Z+5882@ftp.linux-mips.org>
2008-12-05 15:56 ` Fix incorrect use of loose in vpe.c Ralf Baechle
2008-12-05 16:23   ` Kevin D. Kissell
2008-12-05 21:02   ` Nick Andrew
2008-12-05  0:36 Nick Andrew

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.