public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Akinobu Mita <mita@miraclelinux.com>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org, Akinobu Mita <mita@miraclelinux.com>
Subject: [-mm patch 2/8] more s/fucn/func/ typo fixes
Date: Tue, 21 Feb 2006 12:46:30 +0900	[thread overview]
Message-ID: <20060221034748.733117000@localhost.localdomain> (raw)
In-Reply-To: 20060221034628.799606000@localhost.localdomain

[-- Attachment #1: more-fucn-to-func.patch --]
[-- Type: text/plain, Size: 5673 bytes --]

s/fucntion/function/ typo fixes

Signed-off-by: Akinobu Mita <mita@miraclelinux.com>

 Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl |    2 +-
 arch/m68k/bvme6000/config.c                                  |    2 +-
 arch/s390/crypto/crypt_s390_query.c                          |    2 +-
 drivers/acpi/processor_core.c                                |    2 +-
 drivers/net/sis900.c                                         |    4 ++--
 include/linux/gameport.h                                     |    4 ++--
 include/linux/serio.h                                        |    6 +++---
 7 files changed, 11 insertions(+), 11 deletions(-)

Index: 2.6-mm/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
===================================================================
--- 2.6-mm.orig/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
+++ 2.6-mm/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
@@ -2836,7 +2836,7 @@ struct _snd_pcm_runtime {
 
         <para>
 	Note that this callback became non-atomic since the recent version.
-	You can use schedule-related fucntions safely in this callback now.
+	You can use schedule-related functions safely in this callback now.
         </para>
 
         <para>
Index: 2.6-mm/arch/m68k/bvme6000/config.c
===================================================================
--- 2.6-mm.orig/arch/m68k/bvme6000/config.c
+++ 2.6-mm/arch/m68k/bvme6000/config.c
@@ -142,7 +142,7 @@ void __init config_bvme6000(void)
     /* Now do the PIT configuration */
 
     pit->pgcr	= 0x00;	/* Unidirectional 8 bit, no handshake for now */
-    pit->psrr	= 0x18;	/* PIACK and PIRQ fucntions enabled */
+    pit->psrr	= 0x18;	/* PIACK and PIRQ functions enabled */
     pit->pacr	= 0x00;	/* Sub Mode 00, H2 i/p, no DMA */
     pit->padr	= 0x00;	/* Just to be tidy! */
     pit->paddr	= 0x00;	/* All inputs for now (safest) */
Index: 2.6-mm/arch/s390/crypto/crypt_s390_query.c
===================================================================
--- 2.6-mm.orig/arch/s390/crypto/crypt_s390_query.c
+++ 2.6-mm/arch/s390/crypto/crypt_s390_query.c
@@ -55,7 +55,7 @@ static void query_available_functions(vo
 	printk(KERN_INFO "KMC_AES_256: %d\n",
 		crypt_s390_func_available(KMC_AES_256_ENCRYPT));
 
-	/* query available KIMD fucntions */
+	/* query available KIMD functions */
 	printk(KERN_INFO "KIMD_QUERY: %d\n",
 		crypt_s390_func_available(KIMD_QUERY));
 	printk(KERN_INFO "KIMD_SHA_1: %d\n",
Index: 2.6-mm/drivers/acpi/processor_core.c
===================================================================
--- 2.6-mm.orig/drivers/acpi/processor_core.c
+++ 2.6-mm/drivers/acpi/processor_core.c
@@ -246,7 +246,7 @@ static int acpi_processor_errata(struct 
 }
 
 /* --------------------------------------------------------------------------
-                              Common ACPI processor fucntions
+                              Common ACPI processor functions
    -------------------------------------------------------------------------- */
 
 /*
Index: 2.6-mm/drivers/net/sis900.c
===================================================================
--- 2.6-mm.orig/drivers/net/sis900.c
+++ 2.6-mm/drivers/net/sis900.c
@@ -1692,7 +1692,7 @@ static irqreturn_t sis900_interrupt(int 
  *
  *	Process receive interrupt events, 
  *	put buffer to higher layer and refill buffer pool
- *	Note: This fucntion is called by interrupt handler, 
+ *	Note: This function is called by interrupt handler, 
  *	don't do "too much" work here
  */
 
@@ -1839,7 +1839,7 @@ static int sis900_rx(struct net_device *
  *
  *	Check for error condition and free socket buffer etc 
  *	schedule for more transmission as needed
- *	Note: This fucntion is called by interrupt handler, 
+ *	Note: This function is called by interrupt handler, 
  *	don't do "too much" work here
  */
 
Index: 2.6-mm/include/linux/gameport.h
===================================================================
--- 2.6-mm.orig/include/linux/gameport.h
+++ 2.6-mm/include/linux/gameport.h
@@ -120,7 +120,7 @@ static inline void gameport_set_name(str
 }
 
 /*
- * Use the following fucntions to manipulate gameport's per-port
+ * Use the following functions to manipulate gameport's per-port
  * driver-specific data.
  */
 static inline void *gameport_get_drvdata(struct gameport *gameport)
@@ -134,7 +134,7 @@ static inline void gameport_set_drvdata(
 }
 
 /*
- * Use the following fucntions to pin gameport's driver in process context
+ * Use the following functions to pin gameport's driver in process context
  */
 static inline int gameport_pin_driver(struct gameport *gameport)
 {
Index: 2.6-mm/include/linux/serio.h
===================================================================
--- 2.6-mm.orig/include/linux/serio.h
+++ 2.6-mm/include/linux/serio.h
@@ -120,7 +120,7 @@ static inline void serio_cleanup(struct 
 }
 
 /*
- * Use the following fucntions to manipulate serio's per-port
+ * Use the following functions to manipulate serio's per-port
  * driver-specific data.
  */
 static inline void *serio_get_drvdata(struct serio *serio)
@@ -134,7 +134,7 @@ static inline void serio_set_drvdata(str
 }
 
 /*
- * Use the following fucntions to protect critical sections in
+ * Use the following functions to protect critical sections in
  * driver code from port's interrupt handler
  */
 static inline void serio_pause_rx(struct serio *serio)
@@ -148,7 +148,7 @@ static inline void serio_continue_rx(str
 }
 
 /*
- * Use the following fucntions to pin serio's driver in process context
+ * Use the following functions to pin serio's driver in process context
  */
 static inline int serio_pin_driver(struct serio *serio)
 {

--

  parent reply	other threads:[~2006-02-21  3:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-21  3:46 [-mm patch 0/8] fix build errors by bitops code consolidation Akinobu Mita
2006-02-21  3:46 ` [-mm patch 1/8] s/fucn/func/ typo fix Akinobu Mita
2006-02-21  3:46 ` Akinobu Mita [this message]
2006-02-21  3:46 ` [-mm patch 3/8] frv: remove unnesesary "&" Akinobu Mita
2006-02-21 10:51   ` David Howells
2006-02-21  3:46 ` [-mm patch 4/8] fix error: __u32 undeclared Akinobu Mita
2006-02-21  3:46 ` [-mm patch 5/8] um: fix undefined reference to hweight32 Akinobu Mita
2006-02-21 21:28   ` Jeff Dike
2006-02-21  3:46 ` [-mm patch 6/8] arm: fix undefined reference to generic_fls Akinobu Mita
2006-02-21  3:46 ` [-mm patch 7/8] m68k: fix undefined reference to generic_find_next_zero_le_bit Akinobu Mita
2006-02-21  3:46 ` [-mm patch 8/8] ppc: fix undefined reference to hweight32 Akinobu Mita

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=20060221034748.733117000@localhost.localdomain \
    --to=mita@miraclelinux.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox