All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound/isa:fix spelling mistakes in the comments
@ 2020-08-16  7:13 ` Liang Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Liang Wang @ 2020-08-16  7:13 UTC (permalink / raw)
  To: perex, tiwai, alsa-devel, linux-kernel; +Cc: wangle6

Fix spelling mistakes in the comments:
	initailise ==> initialise
	tranfer ==> transfer
	Initialse ==> Initialise

Signed-off-by: Liang Wang <wangliang101@huawei.com>
---
 sound/isa/sscape.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/isa/sscape.c b/sound/isa/sscape.c
index 5363d88cc4b9..2e5a5c5279e8 100644
--- a/sound/isa/sscape.c
+++ b/sound/isa/sscape.c
@@ -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)
 {
@@ -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)
@@ -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)
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] sound/isa:fix spelling mistakes in the comments
@ 2020-08-16  7:13 ` Liang Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Liang Wang @ 2020-08-16  7:13 UTC (permalink / raw)
  To: perex, tiwai, alsa-devel, linux-kernel; +Cc: wangle6

Fix spelling mistakes in the comments:
	initailise ==> initialise
	tranfer ==> transfer
	Initialse ==> Initialise

Signed-off-by: Liang Wang <wangliang101@huawei.com>
---
 sound/isa/sscape.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/isa/sscape.c b/sound/isa/sscape.c
index 5363d88cc4b9..2e5a5c5279e8 100644
--- a/sound/isa/sscape.c
+++ b/sound/isa/sscape.c
@@ -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)
 {
@@ -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)
@@ -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)
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] sound/isa:fix spelling mistakes in the comments
  2020-08-16  7:13 ` Liang Wang
@ 2020-08-16  7:37   ` Takashi Iwai
  -1 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2020-08-16  7:37 UTC (permalink / raw)
  To: Liang Wang; +Cc: perex, tiwai, alsa-devel, linux-kernel, wangle6

On Sun, 16 Aug 2020 09:13:09 +0200,
Liang Wang wrote:
> 
> Fix spelling mistakes in the comments:
> 	initailise ==> initialise
> 	tranfer ==> transfer
> 	Initialse ==> Initialise
> 
> Signed-off-by: Liang Wang <wangliang101@huawei.com>

Thanks, applied.


Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] sound/isa:fix spelling mistakes in the comments
@ 2020-08-16  7:37   ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2020-08-16  7:37 UTC (permalink / raw)
  To: Liang Wang; +Cc: linux-kernel, alsa-devel, wangle6, tiwai

On Sun, 16 Aug 2020 09:13:09 +0200,
Liang Wang wrote:
> 
> Fix spelling mistakes in the comments:
> 	initailise ==> initialise
> 	tranfer ==> transfer
> 	Initialse ==> Initialise
> 
> Signed-off-by: Liang Wang <wangliang101@huawei.com>

Thanks, applied.


Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-16  7:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16  7:13 [PATCH] sound/isa:fix spelling mistakes in the comments Liang Wang
2020-08-16  7:13 ` Liang Wang
2020-08-16  7:37 ` Takashi Iwai
2020-08-16  7:37   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.