All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo.
@ 2009-03-13 22:26 Paul Menzel
  2009-03-19 20:10 ` Paul Menzel
  0 siblings, 1 reply; 20+ messages in thread
From: Paul Menzel @ 2009-03-13 22:26 UTC (permalink / raw)
  To: linux-fbdev-devel


[-- Attachment #1.1: Type: text/plain, Size: 844 bytes --]

Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
 drivers/video/aty/radeon_base.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c
index 8db675c..e33a1ea 100644
--- a/drivers/video/aty/radeon_base.c
+++ b/drivers/video/aty/radeon_base.c
@@ -701,8 +701,8 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo)
 found:
 	/*
 	 * Some methods fail to retrieve SCLK and MCLK values, we apply default
-	 * settings in this case (200Mhz). If that really happne often, we could
-	 * fetch from registers instead...
+	 * settings in this case (200Mhz). If that really happens often, we
+	 * could fetch from registers instead...
 	 */
 	if (rinfo->pll.mclk == 0)
 		rinfo->pll.mclk = 20000;
-- 
1.6.2

[-- Attachment #1.2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 433 bytes --]

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

[-- Attachment #3: Type: text/plain, Size: 182 bytes --]

_______________________________________________
Linux-fbdev-devel mailing list
Linux-fbdev-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel

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

* Re: [PATCH] Fix typo.
  2009-03-13 22:26 [PATCH] Fix typo Paul Menzel
@ 2009-03-19 20:10 ` Paul Menzel
  2009-03-19 20:43   ` Krzysztof Helt
  0 siblings, 1 reply; 20+ messages in thread
From: Paul Menzel @ 2009-03-19 20:10 UTC (permalink / raw)
  To: linux-fbdev-devel


[-- Attachment #1.1: Type: text/plain, Size: 1088 bytes --]

Dear developers,


will I get a confirmation if this is accepted or do I have to send this
patch somewhere else additionally?


Thanks,

Paul

Am Freitag, den 13.03.2009, 23:26 +0100 schrieb Paul Menzel:
> Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
> ---
>  drivers/video/aty/radeon_base.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c
> index 8db675c..e33a1ea 100644
> --- a/drivers/video/aty/radeon_base.c
> +++ b/drivers/video/aty/radeon_base.c
> @@ -701,8 +701,8 @@ static void __devinit radeon_get_pllinfo(struct radeonfb_info *rinfo)
>  found:
>  	/*
>  	 * Some methods fail to retrieve SCLK and MCLK values, we apply default
> -	 * settings in this case (200Mhz). If that really happne often, we could
> -	 * fetch from registers instead...
> +	 * settings in this case (200Mhz). If that really happens often, we
> +	 * could fetch from registers instead...
>  	 */
>  	if (rinfo->pll.mclk == 0)
>  		rinfo->pll.mclk = 20000;

[-- Attachment #1.2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 433 bytes --]

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

[-- Attachment #3: Type: text/plain, Size: 182 bytes --]

_______________________________________________
Linux-fbdev-devel mailing list
Linux-fbdev-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel

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

* Re: [PATCH] Fix typo.
  2009-03-19 20:10 ` Paul Menzel
@ 2009-03-19 20:43   ` Krzysztof Helt
  2009-04-25  9:12     ` Paul Menzel
  0 siblings, 1 reply; 20+ messages in thread
From: Krzysztof Helt @ 2009-03-19 20:43 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Andrew Morton, linux-fbdev-devel

On Thu, 19 Mar 2009 21:10:01 +0100
Paul Menzel <paulepanter@users.sourceforge.net> wrote:

> Dear developers,
> 
> 
> will I get a confirmation if this is accepted or do I have to send this
> patch somewhere else additionally?
> 
> 

When Andrew Morton queues your patch you will be notified.

Regards,
Krzysztof


----------------------------------------------------------------------
Dzwon taniej na zagraniczne komorki!
Sprawdz >>  http://link.interia.pl/f20a2 


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com

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

* Re: [PATCH] Fix typo.
  2009-03-19 20:43   ` Krzysztof Helt
@ 2009-04-25  9:12     ` Paul Menzel
  0 siblings, 0 replies; 20+ messages in thread
From: Paul Menzel @ 2009-04-25  9:12 UTC (permalink / raw)
  To: linux-fbdev-devel


[-- Attachment #1.1: Type: text/plain, Size: 564 bytes --]

Am Donnerstag, den 19.03.2009, 21:43 +0100 schrieb Krzysztof Helt:
> On Thu, 19 Mar 2009 21:10:01 +0100
> Paul Menzel <paulepanter@users.sourceforge.net> wrote:

[…]

> > will I get a confirmation if this is accepted or do I have to send this
> > patch somewhere else additionally?
> > 
> > 
> 
> When Andrew Morton queues your patch you will be notified.

I do not know, what to do now and if I have to inform somebody or not.
But the patch was queued, accepted and merged.

commit 3e6210195c4e1157159779b7c700ba76f4546421


Thanks,

Paul

[-- Attachment #1.2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

[-- Attachment #2: Type: text/plain, Size: 340 bytes --]

------------------------------------------------------------------------------
Crystal Reports &#45; New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty&#45;free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects

[-- Attachment #3: Type: text/plain, Size: 182 bytes --]

_______________________________________________
Linux-fbdev-devel mailing list
Linux-fbdev-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-fbdev-devel

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

* Re: [PATCH] Fix typo
  2024-05-02 20:11 Aryabhatta Dey
@ 2024-05-03  7:22 ` Lee Jones
  0 siblings, 0 replies; 20+ messages in thread
From: Lee Jones @ 2024-05-03  7:22 UTC (permalink / raw)
  To: Aryabhatta Dey
  Cc: linux-leds, linux-doc, linux-kernel, pavel, corbet, skhan,
	javier.carrasco.cruz

Intentional top-post referencing the subject line:

Please provide a subject that is befitting of the project/subsystem.

`git log --oneline -- <file>` is your friend.

On Fri, 03 May 2024, Aryabhatta Dey wrote:

> Change 'dasy-chain' to 'daisy-chain'.
> 
> Signed-off-by: Aryabhatta Dey <aryabhattadey35@gmail.com>
> ---
>  Documentation/leds/leds-blinkm.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/leds/leds-blinkm.rst b/Documentation/leds/leds-blinkm.rst
> index c74b5bc877b1..2d3c226a371a 100644
> --- a/Documentation/leds/leds-blinkm.rst
> +++ b/Documentation/leds/leds-blinkm.rst
> @@ -7,7 +7,7 @@ The leds-blinkm driver supports the devices of the BlinkM family.
>  They are RGB-LED modules driven by a (AT)tiny microcontroller and
>  communicate through I2C. The default address of these modules is
>  0x09 but this can be changed through a command. By this you could
> -dasy-chain up to 127 BlinkMs on an I2C bus.
> +daisy-chain up to 127 BlinkMs on an I2C bus.
>  
>  The device accepts RGB and HSB color values through separate commands.
>  Also you can store blinking sequences as "scripts" in
> -- 
> 2.44.0
> 

-- 
Lee Jones [李琼斯]

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

* [PATCH] Fix typo
@ 2024-05-02 20:11 Aryabhatta Dey
  2024-05-03  7:22 ` Lee Jones
  0 siblings, 1 reply; 20+ messages in thread
From: Aryabhatta Dey @ 2024-05-02 20:11 UTC (permalink / raw)
  To: linux-leds, linux-doc, linux-kernel
  Cc: pavel, lee, corbet, skhan, javier.carrasco.cruz

Change 'dasy-chain' to 'daisy-chain'.

Signed-off-by: Aryabhatta Dey <aryabhattadey35@gmail.com>
---
 Documentation/leds/leds-blinkm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/leds/leds-blinkm.rst b/Documentation/leds/leds-blinkm.rst
index c74b5bc877b1..2d3c226a371a 100644
--- a/Documentation/leds/leds-blinkm.rst
+++ b/Documentation/leds/leds-blinkm.rst
@@ -7,7 +7,7 @@ The leds-blinkm driver supports the devices of the BlinkM family.
 They are RGB-LED modules driven by a (AT)tiny microcontroller and
 communicate through I2C. The default address of these modules is
 0x09 but this can be changed through a command. By this you could
-dasy-chain up to 127 BlinkMs on an I2C bus.
+daisy-chain up to 127 BlinkMs on an I2C bus.
 
 The device accepts RGB and HSB color values through separate commands.
 Also you can store blinking sequences as "scripts" in
-- 
2.44.0


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

* Re: [PATCH] fix typo
  2023-06-03 14:57   ` tongxiaoge1001
@ 2023-06-05  6:00     ` Pablo Neira Ayuso
  0 siblings, 0 replies; 20+ messages in thread
From: Pablo Neira Ayuso @ 2023-06-05  6:00 UTC (permalink / raw)
  To: tongxiaoge1001; +Cc: netfilter-devel, shixuantong1

Your patch is applied, thanks

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

* [PATCH] fix typo
  2023-06-01 18:58 ` Pablo Neira Ayuso
@ 2023-06-03 14:57   ` tongxiaoge1001
  2023-06-05  6:00     ` Pablo Neira Ayuso
  0 siblings, 1 reply; 20+ messages in thread
From: tongxiaoge1001 @ 2023-06-03 14:57 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel, shixuantong1, tongxiaoge1001

From: shixuantong <tongxiaoge1001@126.com>

Sorry, I'm not sure how to reply to the message, so I have to write it in the patch file. 
Of course you can add "Signed-off-by".

Fix: https://bugzilla.netfilter.org/show_bug.cgi?id=1681
---
 tests/nft-table-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
index 1b2f280..53cf3d1 100644
--- a/tests/nft-table-test.c
+++ b/tests/nft-table-test.c
@@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct nftnl_table *b)
 		print_err("table flags mismatches");
 	if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !=
 	    nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
-		print_err("tabke family mismatches");
+		print_err("table family mismatches");
 }
 
 int main(int argc, char *argv[])
-- 
2.33.0


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

* [PATCH] fix typo
  2023-06-01 15:53 [PATCH] fix typo tongxiaoge1001
@ 2023-06-02 11:31 ` tongxiaoge1001
  0 siblings, 0 replies; 20+ messages in thread
From: tongxiaoge1001 @ 2023-06-02 11:31 UTC (permalink / raw)
  To: tongxiaoge1001; +Cc: netfilter-devel, pablo, shixuantong1

From: shixuantong <tongxiaoge1001@126.com>

Fix: https://bugzilla.netfilter.org/show_bug.cgi?id=1681
---
 tests/nft-table-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
index 1b2f280..53cf3d1 100644
--- a/tests/nft-table-test.c
+++ b/tests/nft-table-test.c
@@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct nftnl_table *b)
 		print_err("table flags mismatches");
 	if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !=
 	    nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
-		print_err("tabke family mismatches");
+		print_err("table family mismatches");
 }
 
 int main(int argc, char *argv[])
-- 
2.33.0


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

* Re: [PATCH] fix typo
  2023-06-01 15:49 tongxiaoge1001
@ 2023-06-01 18:58 ` Pablo Neira Ayuso
  2023-06-03 14:57   ` tongxiaoge1001
  0 siblings, 1 reply; 20+ messages in thread
From: Pablo Neira Ayuso @ 2023-06-01 18:58 UTC (permalink / raw)
  To: tongxiaoge1001; +Cc: netfilter-devel, shixuantong1

Hi,

May I add your Signed-off-by: tag to your patch?

Thanks

On Thu, Jun 01, 2023 at 11:49:45PM +0800, tongxiaoge1001@126.com wrote:
> From: shixuantong <tongxiaoge1001@126.com>
> 
> ---
>  tests/nft-table-test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
> index 1b2f280..53cf3d1 100644
> --- a/tests/nft-table-test.c
> +++ b/tests/nft-table-test.c
> @@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct nftnl_table *b)
>  		print_err("table flags mismatches");
>  	if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !=
>  	    nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
> -		print_err("tabke family mismatches");
> +		print_err("table family mismatches");
>  }
>  
>  int main(int argc, char *argv[])
> -- 
> 2.33.0
> 

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

* [PATCH] fix typo
@ 2023-06-01 15:53 tongxiaoge1001
  2023-06-02 11:31 ` tongxiaoge1001
  0 siblings, 1 reply; 20+ messages in thread
From: tongxiaoge1001 @ 2023-06-01 15:53 UTC (permalink / raw)
  To: pablo, netfilter-devel; +Cc: shixuantong1, shixuantong

From: shixuantong <tongxiaoge1001@126.com>

---
 tests/nft-table-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
index 1b2f280..53cf3d1 100644
--- a/tests/nft-table-test.c
+++ b/tests/nft-table-test.c
@@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct nftnl_table *b)
 		print_err("table flags mismatches");
 	if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !=
 	    nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
-		print_err("tabke family mismatches");
+		print_err("table family mismatches");
 }
 
 int main(int argc, char *argv[])
-- 
2.33.0


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

* [PATCH] fix typo
@ 2023-06-01 15:49 tongxiaoge1001
  2023-06-01 18:58 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 20+ messages in thread
From: tongxiaoge1001 @ 2023-06-01 15:49 UTC (permalink / raw)
  To: netfilter-devel; +Cc: shixuantong1, shixuantong

From: shixuantong <tongxiaoge1001@126.com>

---
 tests/nft-table-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
index 1b2f280..53cf3d1 100644
--- a/tests/nft-table-test.c
+++ b/tests/nft-table-test.c
@@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct nftnl_table *b)
 		print_err("table flags mismatches");
 	if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !=
 	    nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
-		print_err("tabke family mismatches");
+		print_err("table family mismatches");
 }
 
 int main(int argc, char *argv[])
-- 
2.33.0


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

* [PATCH] fix typo
@ 2020-11-09  3:44 n01e0
  0 siblings, 0 replies; 20+ messages in thread
From: n01e0 @ 2020-11-09  3:44 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel; +Cc: mcgrof, keescook, yzaikin, n01e0

From: n01e0 <noleo@vanillabeans.mobi>

---
 Documentation/admin-guide/sysctl/vm.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/sysctl/vm.rst b/Documentation/admin-guide/sysctl/vm.rst
index f455fa00c00f..9142ecadcad3 100644
--- a/Documentation/admin-guide/sysctl/vm.rst
+++ b/Documentation/admin-guide/sysctl/vm.rst
@@ -876,7 +876,7 @@ unprivileged_userfaultfd
 This flag controls whether unprivileged users can use the userfaultfd
 system calls.  Set this to 1 to allow unprivileged users to use the
 userfaultfd system calls, or set this to 0 to restrict userfaultfd to only
-privileged users (with SYS_CAP_PTRACE capability).
+privileged users (with CAP_SYS_PTRACE capability).
 
 The default value is 1.
 
-- 
2.25.1


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

* Re: [PATCH] Fix typo
  2020-08-17 14:20 ` Daniel Kiper
@ 2020-08-18 15:04   ` Ave Milia
  0 siblings, 0 replies; 20+ messages in thread
From: Ave Milia @ 2020-08-18 15:04 UTC (permalink / raw)
  To: The development of GNU GRUB

On Monday, August 17, 2020 4:20 PM, Daniel Kiper <dkiper@net-space.pl> wrote:

> On Mon, Aug 03, 2020 at 09:22:49PM +0000, Ave Milia via Grub-devel wrote:
>
> > grub-core/video/bochs.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > diff --git a/grub-core/video/bochs.c b/grub-core/video/bochs.c
> > index 3bcfa53a9..7a249eb21 100644
> > --- a/grub-core/video/bochs.c
> > +++ b/grub-core/video/bochs.c
> > @@ -274,7 +274,7 @@ grub_video_bochs_setup (unsigned int width, unsigned int height,
> > " supported by bochs video");
> > if (depth == 4)
> >
> > -   return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't cupported");
> >
> > -   return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't supported");
> >
> > bytes_per_pixel = (depth + 7) / 8;
> > if (depth == 4)
>
> May I add "Signed-off-by: Ave Miliaavemilia@protonmail.com" to this patch?

Sure. I thought the change is too insignificant for this.

>
> If yes then: Reviewed-by: Daniel Kiperdaniel.kiper@oracle.com
>
> Daniel
>
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel




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

* Re: [PATCH] Fix typo
  2020-08-03 21:22 [PATCH] Fix typo Ave Milia
@ 2020-08-17 14:20 ` Daniel Kiper
  2020-08-18 15:04   ` Ave Milia
  0 siblings, 1 reply; 20+ messages in thread
From: Daniel Kiper @ 2020-08-17 14:20 UTC (permalink / raw)
  To: Ave Milia via Grub-devel; +Cc: Ave Milia

On Mon, Aug 03, 2020 at 09:22:49PM +0000, Ave Milia via Grub-devel wrote:
> ---
>  grub-core/video/bochs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/grub-core/video/bochs.c b/grub-core/video/bochs.c
> index 3bcfa53a9..7a249eb21 100644
> --- a/grub-core/video/bochs.c
> +++ b/grub-core/video/bochs.c
> @@ -274,7 +274,7 @@ grub_video_bochs_setup (unsigned int width, unsigned int height,
>  		       " supported by bochs video");
>
>    if (depth == 4)
> -    return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't cupported");
> +    return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't supported");
>
>    bytes_per_pixel = (depth + 7) / 8;
>    if (depth == 4)

May I add "Signed-off-by: Ave Milia <avemilia@protonmail.com>" to this patch?

If yes then: Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Daniel


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

* [PATCH] Fix typo
@ 2020-08-03 21:22 Ave Milia
  2020-08-17 14:20 ` Daniel Kiper
  0 siblings, 1 reply; 20+ messages in thread
From: Ave Milia @ 2020-08-03 21:22 UTC (permalink / raw)
  To: grub-devel

---
 grub-core/video/bochs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/video/bochs.c b/grub-core/video/bochs.c
index 3bcfa53a9..7a249eb21 100644
--- a/grub-core/video/bochs.c
+++ b/grub-core/video/bochs.c
@@ -274,7 +274,7 @@ grub_video_bochs_setup (unsigned int width, unsigned int height,
 		       " supported by bochs video");

   if (depth == 4)
-    return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't cupported");
+    return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't supported");

   bytes_per_pixel = (depth + 7) / 8;
   if (depth == 4)
--
2.27.0



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

* [PATCH] fix typo
@ 2019-09-25 18:09 Dongliang Mu
  0 siblings, 0 replies; 20+ messages in thread
From: Dongliang Mu @ 2019-09-25 18:09 UTC (permalink / raw)
  To: davem, g.nault; +Cc: linux-kernel, Dongliang Mu

Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com>

Change Tinnel to Tunnel
---
 net/l2tp/l2tp_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c
index 105e5a7092e7..b4647fcfe3d6 100644
--- a/net/l2tp/l2tp_core.c
+++ b/net/l2tp/l2tp_core.c
@@ -1138,7 +1138,7 @@ int l2tp_xmit_skb(struct l2tp_session *session, struct sk_buff *skb, int hdr_len
 EXPORT_SYMBOL_GPL(l2tp_xmit_skb);
 
 /*****************************************************************************
- * Tinnel and session create/destroy.
+ * Tunnel and session create/destroy.
  *****************************************************************************/
 
 /* Tunnel socket destruct hook.
-- 
2.17.1


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

* [PATCH] fix typo
@ 2017-07-15  7:12 Kinoshita Kazumi
  0 siblings, 0 replies; 20+ messages in thread
From: Kinoshita Kazumi @ 2017-07-15  7:12 UTC (permalink / raw)
  To: linux-mm; +Cc: Kinoshita Kazumi

Signed-off-by: Kinoshita Kazumi <e145702@ie.u-ryukyu.ac.jp>
---
 mm/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/mmap.c b/mm/mmap.c
index f19efcf..f7ef742 100644
--- a/mm/mmap.c
+++ b/mm/mmap.c
@@ -526,7 +526,7 @@ static unsigned long count_vma_pages_range(struct mm_struct *mm,
 	unsigned long nr_pages = 0;
 	struct vm_area_struct *vma;
 
-	/* Find first overlaping mapping */
+	/* Find first overlapping mapping */
 	vma = find_vma_intersection(mm, addr, end);
 	if (!vma)
 		return 0;
-- 
2.10.1 (Apple Git-78)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* [PATCH] Fix typo
@ 2009-06-03  5:10 Masaki Kanno
  0 siblings, 0 replies; 20+ messages in thread
From: Masaki Kanno @ 2009-06-03  5:10 UTC (permalink / raw)
  To: xen-devel, xen-ia64-devel

[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 117 bytes --]

Hi,

Typo fix.
  occured -> occurred

Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>

Best regards,
 Kan


[-- Attachment #2: typo_occured.patch --]
[-- Type: application/octet-stream, Size: 3209 bytes --]

diff -r f72d26c00002 docs/misc/xsm-flask.txt
--- a/docs/misc/xsm-flask.txt	Tue Jun 02 11:50:16 2009 +0100
+++ b/docs/misc/xsm-flask.txt	Wed Jun 03 14:03:56 2009 +0900
@@ -1,4 +1,4 @@
-These notes are compiled from xen-devel questions and postings that have occured
+These notes are compiled from xen-devel questions and postings that have occurred
 since the inclusion of XSM.  These notes are not intended to be definitive
 documentation but should address many common problems that arrise when
 experimenting with XSM:FLASK.
diff -r f72d26c00002 xen/arch/x86/cpu/mcheck/mce.c
--- a/xen/arch/x86/cpu/mcheck/mce.c	Tue Jun 02 11:50:16 2009 +0100
+++ b/xen/arch/x86/cpu/mcheck/mce.c	Wed Jun 03 14:03:56 2009 +0900
@@ -354,7 +354,7 @@
 		vcpu_schedule_unlock_irq(v);
 		irqlocked = 0;
 
-		printk("Terminal machine check exception occured in "
+		printk("Terminal machine check exception occurred in "
 		    "hypervisor context.\n");
 
 		/* If MCG_STATUS_EIPV indicates, the IP on the stack is related
@@ -666,7 +666,7 @@
 			mc_global->mc_coreid, mc_global->mc_gstatus);
 	} else {
 		printk(XENLOG_WARNING "MCE: The hardware reports a non "
-			"fatal, correctable incident occured on "
+			"fatal, correctable incident occurred on "
 			"CPU %d.\n",
 			mc_global->mc_coreid);
 	}
diff -r f72d26c00002 xen/arch/x86/x86_32/supervisor_mode_kernel.S
--- a/xen/arch/x86/x86_32/supervisor_mode_kernel.S	Tue Jun 02 11:50:16 2009 +0100
+++ b/xen/arch/x86/x86_32/supervisor_mode_kernel.S	Wed Jun 03 14:03:56 2009 +0900
@@ -98,7 +98,7 @@
         addl $((6+4)*4),%esi
 
         # %gs:%esi now points to the guest stack before the
-        # interrupt/exception occured.
+        # interrupt/exception occurred.
 
         movl  $PER_CPU_GDT_ENTRY*8,%ecx
         lsll  %ecx,%ecx
diff -r f72d26c00002 xen/include/asm-ia64/linux-xen/asm/perfmon_default_smpl.h
--- a/xen/include/asm-ia64/linux-xen/asm/perfmon_default_smpl.h	Tue Jun 02 11:50:16 2009 +0100
+++ b/xen/include/asm-ia64/linux-xen/asm/perfmon_default_smpl.h	Wed Jun 03 14:03:56 2009 +0900
@@ -67,7 +67,7 @@
         unsigned long   ip;                     /* where did the overflow interrupt happened  */
         unsigned long   tstamp;                 /* ar.itc when entering perfmon intr. handler */
 
-        unsigned short  cpu;                    /* cpu on which the overfow occured */
+        unsigned short  cpu;                    /* cpu on which the overfow occurred */
         unsigned short  set;                    /* event set active when overflow ocurred   */
         int    		tgid;              	/* thread group id (for NPTL, this is getpid()) */
 } pfm_default_smpl_entry_t;
diff -r f72d26c00002 xen/include/asm-ia64/linux-xen/linux/efi.h
--- a/xen/include/asm-ia64/linux-xen/linux/efi.h	Tue Jun 02 11:50:16 2009 +0100
+++ b/xen/include/asm-ia64/linux-xen/linux/efi.h	Wed Jun 03 14:03:56 2009 +0900
@@ -469,7 +469,7 @@
 
 /* rr7 (and rr6) may already be set to XEN_EFI_RR7 (and XEN_EFI_RR6), which
  * would indicate a nested EFI, SAL or PAL call, such
- * as from an MCA. This may have occured during a call
+ * as from an MCA. This may have occurred during a call
  * to set_one_rr_efi(). To be safe, repin everything anyway.
  */
 

[-- Attachment #3: Type: text/plain, Size: 152 bytes --]

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

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

* [PATCH] Fix typo
@ 2005-10-28 12:26 Horst von Brand
  0 siblings, 0 replies; 20+ messages in thread
From: Horst von Brand @ 2005-10-28 12:26 UTC (permalink / raw)
  To: coreteam; +Cc: Linux Kernel Mailing List

Date: 1128458496 -0400

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>


---

 net/ipv4/netfilter/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

applies-to: 773021ad63126ff2dacff654bd41b03a4ad6389e
559144e679f79e29738fd9567cd58a77a027e587
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig
index 2cd7e7d..a765972 100644
--- a/net/ipv4/netfilter/Kconfig
+++ b/net/ipv4/netfilter/Kconfig
@@ -141,7 +141,7 @@ config IP_NF_PPTP
 	tristate  'PPTP protocol support'
 	help
 	  This module adds support for PPTP (Point to Point Tunnelling
-	  Protocol, RFC2637) conncection tracking and NAT. 
+	  Protocol, RFC2637) connection tracking and NAT. 
 	
 	  If you are running PPTP sessions over a stateful firewall or NAT
 	  box, you may want to enable this feature.  
---
0.99.8.GIT

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

end of thread, other threads:[~2024-05-03  7:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-13 22:26 [PATCH] Fix typo Paul Menzel
2009-03-19 20:10 ` Paul Menzel
2009-03-19 20:43   ` Krzysztof Helt
2009-04-25  9:12     ` Paul Menzel
  -- strict thread matches above, loose matches on Subject: below --
2024-05-02 20:11 Aryabhatta Dey
2024-05-03  7:22 ` Lee Jones
2023-06-01 15:53 [PATCH] fix typo tongxiaoge1001
2023-06-02 11:31 ` tongxiaoge1001
2023-06-01 15:49 tongxiaoge1001
2023-06-01 18:58 ` Pablo Neira Ayuso
2023-06-03 14:57   ` tongxiaoge1001
2023-06-05  6:00     ` Pablo Neira Ayuso
2020-11-09  3:44 n01e0
2020-08-03 21:22 [PATCH] Fix typo Ave Milia
2020-08-17 14:20 ` Daniel Kiper
2020-08-18 15:04   ` Ave Milia
2019-09-25 18:09 [PATCH] fix typo Dongliang Mu
2017-07-15  7:12 Kinoshita Kazumi
2009-06-03  5:10 [PATCH] Fix typo Masaki Kanno
2005-10-28 12:26 Horst von Brand

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.