Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1467567 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-08-22 14:00 +0200 |
| Last post | 2016-08-22 14:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ALSA: hdspm: fix spelling mistake "Externel" -> "External" Colin King <colin.king@canonical.com> - 2016-08-22 14:00 +0200
Re: [PATCH] ALSA: hdspm: fix spelling mistake "Externel" -> "External" Takashi Iwai <tiwai@suse.de> - 2016-08-22 14:10 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-08-22 14:00 +0200 |
| Subject | [PATCH] ALSA: hdspm: fix spelling mistake "Externel" -> "External" |
| Message-ID | <s8W3v-5NN-9@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in dev_warn message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
sound/pci/rme9652/hdspm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c
index a4a999a..0e51a00 100644
--- a/sound/pci/rme9652/hdspm.c
+++ b/sound/pci/rme9652/hdspm.c
@@ -1666,7 +1666,7 @@ static int hdspm_set_rate(struct hdspm * hdspm, int rate, int called_internally)
HDSPM_AUTOSYNC_FROM_NONE) {
dev_warn(hdspm->card->dev,
- "Detected no Externel Sync\n");
+ "Detected no External Sync\n");
not_set = 1;
} else if (rate != external_freq) {
--
2.9.3
[toc] | [next] | [standalone]
| From | Takashi Iwai <tiwai@suse.de> |
|---|---|
| Date | 2016-08-22 14:10 +0200 |
| Message-ID | <s8Wdc-66j-5@gated-at.bofh.it> |
| In reply to | #1467567 |
On Mon, 22 Aug 2016 13:50:02 +0200, Colin King wrote: > > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake in dev_warn message. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Applied, thanks. Takashi
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web