Skip to content

Commit

Permalink
ALSA: isa: fix spelling mistakes in the comments
Browse files Browse the repository at this point in the history
Fix spelling mistakes in the comments:
	initailise ==> initialise
	tranfer ==> transfer
	Initialse ==> Initialise

Signed-off-by: Liang Wang <wangliang101@huawei.com>
Link: https://lore.kernel.org/r/20200816071309.121461-1-wangliang101@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Liang Wang authored and Takashi Iwai committed Aug 16, 2020
1 parent 470757f commit f5d0f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sound/isa/sscape.c
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ static inline int verify_mpu401(const struct snd_mpu401 *mpu)
}

/*
* This is apparently the standard way to initailise an MPU-401
* This is apparently the standard way to initialise an MPU-401
*/
static inline void initialise_mpu401(const struct snd_mpu401 *mpu)
{
Expand Down Expand Up @@ -339,7 +339,7 @@ static void soundscape_free(struct snd_card *c)
}

/*
* Tell the SoundScape to begin a DMA tranfer using the given channel.
* Tell the SoundScape to begin a DMA transfer using the given channel.
* All locking issues are left to the caller.
*/
static void sscape_start_dma_unsafe(unsigned io_base, enum GA_REG reg)
Expand Down Expand Up @@ -803,7 +803,7 @@ static int mpu401_open(struct snd_mpu401 *mpu)
}

/*
* Initialse an MPU-401 subdevice for MIDI support on the SoundScape.
* Initialise an MPU-401 subdevice for MIDI support on the SoundScape.
*/
static int create_mpu401(struct snd_card *card, int devnum,
unsigned long port, int irq)
Expand Down

0 comments on commit f5d0f82

Please sign in to comment.