From: Akinobu Mita s/fucntion/function/ typo fixes Signed-off-by: Akinobu Mita Signed-off-by: Andrew Morton --- 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(-) diff -puN arch/m68k/bvme6000/config.c~function-typo-fixes arch/m68k/bvme6000/config.c --- devel/arch/m68k/bvme6000/config.c~function-typo-fixes 2006-02-20 21:02:06.000000000 -0800 +++ devel-akpm/arch/m68k/bvme6000/config.c 2006-02-20 21:02:06.000000000 -0800 @@ -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) */ diff -puN arch/s390/crypto/crypt_s390_query.c~function-typo-fixes arch/s390/crypto/crypt_s390_query.c --- devel/arch/s390/crypto/crypt_s390_query.c~function-typo-fixes 2006-02-20 21:02:06.000000000 -0800 +++ devel-akpm/arch/s390/crypto/crypt_s390_query.c 2006-02-20 21:02:06.000000000 -0800 @@ -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", diff -puN Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl~function-typo-fixes Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl --- devel/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl~function-typo-fixes 2006-02-20 21:02:06.000000000 -0800 +++ devel-akpm/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl 2006-02-20 21:02:06.000000000 -0800 @@ -2836,7 +2836,7 @@ struct _snd_pcm_runtime { 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. diff -puN drivers/acpi/processor_core.c~function-typo-fixes drivers/acpi/processor_core.c --- devel/drivers/acpi/processor_core.c~function-typo-fixes 2006-02-20 21:02:06.000000000 -0800 +++ devel-akpm/drivers/acpi/processor_core.c 2006-02-20 21:02:06.000000000 -0800 @@ -246,7 +246,7 @@ static int acpi_processor_errata(struct } /* -------------------------------------------------------------------------- - Common ACPI processor fucntions + Common ACPI processor functions -------------------------------------------------------------------------- */ /* diff -puN drivers/net/sis900.c~function-typo-fixes drivers/net/sis900.c --- devel/drivers/net/sis900.c~function-typo-fixes 2006-02-20 21:02:06.000000000 -0800 +++ devel-akpm/drivers/net/sis900.c 2006-02-20 21:02:06.000000000 -0800 @@ -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 */ diff -puN include/linux/gameport.h~function-typo-fixes include/linux/gameport.h --- devel/include/linux/gameport.h~function-typo-fixes 2006-02-20 21:02:06.000000000 -0800 +++ devel-akpm/include/linux/gameport.h 2006-02-20 21:02:06.000000000 -0800 @@ -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) { diff -puN include/linux/serio.h~function-typo-fixes include/linux/serio.h --- devel/include/linux/serio.h~function-typo-fixes 2006-02-20 21:02:06.000000000 -0800 +++ devel-akpm/include/linux/serio.h 2006-02-20 21:02:06.000000000 -0800 @@ -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) { _