linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2]drivers/video/vesafb.c Fix a typo.
@ 2010-08-14 16:43 Justin P. Mattock
  2010-08-14 16:43 ` [PATCH 2/2]include/video/vga.h update web address Justin P. Mattock
  2010-08-16 13:14 ` [PATCH 1/2]drivers/video/vesafb.c Fix a typo Jiri Kosina
  0 siblings, 2 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-08-14 16:43 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, jkosina, Justin P. Mattock

Not sure if this is a typo or not i.e. using a dictionary online 
gives no results for "ressource", but doing a search for "ressource"
I get a wikepedia entry. In any case if it is a typo, then heres 
a patch to fix it, if not, then I'll add this patch to my
NACK pile...

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/video/vesafb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
index 090aa1a..6a069d0 100644
--- a/drivers/video/vesafb.c
+++ b/drivers/video/vesafb.c
@@ -253,7 +253,7 @@ static int __init vesafb_probe(struct platform_device *dev)
 	size_vmode = vesafb_defined.yres * vesafb_fix.line_length;
 
 	/*   size_total -- all video memory we have. Used for mtrr
-	 *                 entries, ressource allocation and bounds
+	 *                 entries, resource allocation and bounds
 	 *                 checking. */
 	size_total = screen_info.lfb_size * 65536;
 	if (vram_total)
-- 
1.7.1.rc1.21.gf3bd6


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

* [PATCH 2/2]include/video/vga.h update web address.
  2010-08-14 16:43 [PATCH 1/2]drivers/video/vesafb.c Fix a typo Justin P. Mattock
@ 2010-08-14 16:43 ` Justin P. Mattock
  2010-08-16 13:15   ` Jiri Kosina
  2010-08-16 13:14 ` [PATCH 1/2]drivers/video/vesafb.c Fix a typo Jiri Kosina
  1 sibling, 1 reply; 6+ messages in thread
From: Justin P. Mattock @ 2010-08-14 16:43 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel, jkosina, Justin P. Mattock

The below updates a broken web address to one(hopefully) thats 
the new correct address.(if not let me know, and ill resend)

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 include/video/vga.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/video/vga.h b/include/video/vga.h
index b49a512..2b8691f 100644
--- a/include/video/vga.h
+++ b/include/video/vga.h
@@ -5,7 +5,7 @@
  * 
  * Copyright history from vga16fb.c:
  *	Copyright 1999 Ben Pfaff and Petr Vandrovec
- *	Based on VGA info at http://www.goodnet.com/~tinara/FreeVGA/home.htm
+ *	Based on VGA info at http://www.osdever.net/FreeVGA/home.htm 
  *	Based on VESA framebuffer (c) 1998 Gerd Knorr
  *
  * This file is subject to the terms and conditions of the GNU General
-- 
1.7.1.rc1.21.gf3bd6


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

* Re: [PATCH 1/2]drivers/video/vesafb.c Fix a typo.
  2010-08-14 16:43 [PATCH 1/2]drivers/video/vesafb.c Fix a typo Justin P. Mattock
  2010-08-14 16:43 ` [PATCH 2/2]include/video/vga.h update web address Justin P. Mattock
@ 2010-08-16 13:14 ` Jiri Kosina
  2010-08-16 16:16   ` Justin P. Mattock
  1 sibling, 1 reply; 6+ messages in thread
From: Jiri Kosina @ 2010-08-16 13:14 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: linux-kernel

On Sat, 14 Aug 2010, Justin P. Mattock wrote:

> ---
>  drivers/video/vesafb.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
> index 090aa1a..6a069d0 100644
> --- a/drivers/video/vesafb.c
> +++ b/drivers/video/vesafb.c
> @@ -253,7 +253,7 @@ static int __init vesafb_probe(struct platform_device *dev)
>  	size_vmode = vesafb_defined.yres * vesafb_fix.line_length;
>  
>  	/*   size_total -- all video memory we have. Used for mtrr
> -	 *                 entries, ressource allocation and bounds
> +	 *                 entries, resource allocation and bounds
>  	 *                 checking. */
>  	size_total = screen_info.lfb_size * 65536;
>  	if (vram_total)

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

* Re: [PATCH 2/2]include/video/vga.h update web address.
  2010-08-14 16:43 ` [PATCH 2/2]include/video/vga.h update web address Justin P. Mattock
@ 2010-08-16 13:15   ` Jiri Kosina
  2010-08-16 16:13     ` Justin P. Mattock
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Kosina @ 2010-08-16 13:15 UTC (permalink / raw)
  To: Justin P. Mattock; +Cc: linux-kernel

On Sat, 14 Aug 2010, Justin P. Mattock wrote:

> The below updates a broken web address to one(hopefully) thats 
> the new correct address.(if not let me know, and ill resend)
> 
> Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
> 
> ---
>  include/video/vga.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/video/vga.h b/include/video/vga.h
> index b49a512..2b8691f 100644
> --- a/include/video/vga.h
> +++ b/include/video/vga.h
> @@ -5,7 +5,7 @@
>   * 
>   * Copyright history from vga16fb.c:
>   *	Copyright 1999 Ben Pfaff and Petr Vandrovec
> - *	Based on VGA info at http://www.goodnet.com/~tinara/FreeVGA/home.htm
> + *	Based on VGA info at http://www.osdever.net/FreeVGA/home.htm 
>   *	Based on VESA framebuffer (c) 1998 Gerd Knorr
>   *
>   * This file is subject to the terms and conditions of the GNU General

Seems reasonable. Thanks,

-- 
Jiri Kosina
SUSE Labs, Novell Inc.

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

* Re: [PATCH 2/2]include/video/vga.h update web address.
  2010-08-16 13:15   ` Jiri Kosina
@ 2010-08-16 16:13     ` Justin P. Mattock
  0 siblings, 0 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-08-16 16:13 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

On 08/16/2010 06:15 AM, Jiri Kosina wrote:
> On Sat, 14 Aug 2010, Justin P. Mattock wrote:
>
>> The below updates a broken web address to one(hopefully) thats
>> the new correct address.(if not let me know, and ill resend)
>>
>> Signed-off-by: Justin P. Mattock<justinmattock@gmail.com>
>>
>> ---
>>   include/video/vga.h |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/include/video/vga.h b/include/video/vga.h
>> index b49a512..2b8691f 100644
>> --- a/include/video/vga.h
>> +++ b/include/video/vga.h
>> @@ -5,7 +5,7 @@
>>    *
>>    * Copyright history from vga16fb.c:
>>    *	Copyright 1999 Ben Pfaff and Petr Vandrovec
>> - *	Based on VGA info at http://www.goodnet.com/~tinara/FreeVGA/home.htm
>> + *	Based on VGA info at http://www.osdever.net/FreeVGA/home.htm
>>    *	Based on VESA framebuffer (c) 1998 Gerd Knorr
>>    *
>>    * This file is subject to the terms and conditions of the GNU General
>
> Seems reasonable. Thanks,
>

alright..

Justin P. Mattock

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

* Re: [PATCH 1/2]drivers/video/vesafb.c Fix a typo.
  2010-08-16 13:14 ` [PATCH 1/2]drivers/video/vesafb.c Fix a typo Jiri Kosina
@ 2010-08-16 16:16   ` Justin P. Mattock
  0 siblings, 0 replies; 6+ messages in thread
From: Justin P. Mattock @ 2010-08-16 16:16 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel

On 08/16/2010 06:14 AM, Jiri Kosina wrote:
> On Sat, 14 Aug 2010, Justin P. Mattock wrote:
>
>> ---
>>   drivers/video/vesafb.c |    2 +-
>>   1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c
>> index 090aa1a..6a069d0 100644
>> --- a/drivers/video/vesafb.c
>> +++ b/drivers/video/vesafb.c
>> @@ -253,7 +253,7 @@ static int __init vesafb_probe(struct platform_device *dev)
>>   	size_vmode = vesafb_defined.yres * vesafb_fix.line_length;
>>
>>   	/*   size_total -- all video memory we have. Used for mtrr
>> -	 *                 entries, ressource allocation and bounds
>> +	 *                 entries, resource allocation and bounds
>>   	 *                 checking. */
>>   	size_total = screen_info.lfb_size * 65536;
>>   	if (vram_total)
>
> Applied, thanks.
>

cool... there's another web address that I can send to you, but need to 
look through and find the original e-mail first before...

Justin P. Mattock

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

end of thread, other threads:[~2010-08-16 16:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-14 16:43 [PATCH 1/2]drivers/video/vesafb.c Fix a typo Justin P. Mattock
2010-08-14 16:43 ` [PATCH 2/2]include/video/vga.h update web address Justin P. Mattock
2010-08-16 13:15   ` Jiri Kosina
2010-08-16 16:13     ` Justin P. Mattock
2010-08-16 13:14 ` [PATCH 1/2]drivers/video/vesafb.c Fix a typo Jiri Kosina
2010-08-16 16:16   ` Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).