From: Colin Ian King Date: Mon, 22 Aug 2016 11:50:02 +0000 (+0100) Subject: ALSA: hdspm: fix spelling mistake "Externel" -> "External" X-Git-Tag: v4.9-rc1~120^2~40 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=07cb3272af7935babe8b421f4070a6e3f26ef59b;p=karo-tx-linux.git ALSA: hdspm: fix spelling mistake "Externel" -> "External" Trivial fix to spelling mistake in dev_warn message. Signed-off-by: Colin Ian King Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index a4a999a0317e..0e51a00ada23 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) {