Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b28002f authored by Akinobu Mita's avatar Akinobu Mita Committed by Linus Torvalds
Browse files

[PATCH] more s/fucn/func/ typo fixes



s/fucntion/function/ typo fixes

Signed-off-by: default avatarAkinobu Mita <mita@miraclelinux.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0f7217f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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) */
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ static void query_available_functions(void)
	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",
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ static int acpi_processor_errata(struct acpi_processor *pr)
}

/* --------------------------------------------------------------------------
                              Common ACPI processor fucntions
                              Common ACPI processor functions
   -------------------------------------------------------------------------- */

/*
+2 −2
Original line number Diff line number Diff line
@@ -1693,7 +1693,7 @@ static irqreturn_t sis900_interrupt(int irq, void *dev_instance, struct pt_regs
 *
 *	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
 */

@@ -1840,7 +1840,7 @@ static int sis900_rx(struct net_device *net_dev)
 *
 *	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
 */

Loading