Skip to content

Commit f5d0f82

Browse files
Liang Wangtiwai
authored andcommitted
ALSA: isa: fix spelling mistakes in the comments
Fix spelling mistakes in the comments: initailise ==> initialise tranfer ==> transfer Initialse ==> Initialise Signed-off-by: Liang Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 470757f commit f5d0f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sound/isa/sscape.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ static inline int verify_mpu401(const struct snd_mpu401 *mpu)
308308
}
309309

310310
/*
311-
* This is apparently the standard way to initailise an MPU-401
311+
* This is apparently the standard way to initialise an MPU-401
312312
*/
313313
static inline void initialise_mpu401(const struct snd_mpu401 *mpu)
314314
{
@@ -339,7 +339,7 @@ static void soundscape_free(struct snd_card *c)
339339
}
340340

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

805805
/*
806-
* Initialse an MPU-401 subdevice for MIDI support on the SoundScape.
806+
* Initialise an MPU-401 subdevice for MIDI support on the SoundScape.
807807
*/
808808
static int create_mpu401(struct snd_card *card, int devnum,
809809
unsigned long port, int irq)

0 commit comments

Comments
 (0)