From: Colin Ian King Date: Mon, 21 May 2018 09:35:48 +0000 (+0100) Subject: ASoC: intel: skylake: fix spelling mistake: "Homogenous" -> "Homogeneous" X-Git-Tag: v4.19~773^2~15^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7608102ee610cb4a65b38a4e1319e22c7ebeb04b;p=platform%2Fkernel%2Flinux-rpi.git ASoC: intel: skylake: fix spelling mistake: "Homogenous" -> "Homogeneous" Trivial fix to spelling mistake in snprintf literal string Signed-off-by: Colin Ian King Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/skylake/skl-debug.c b/sound/soc/intel/skylake/skl-debug.c index a016455..302b40e 100644 --- a/sound/soc/intel/skylake/skl-debug.c +++ b/sound/soc/intel/skylake/skl-debug.c @@ -142,8 +142,8 @@ static ssize_t module_read(struct file *file, char __user *user_buf, mconfig->max_out_queue, ret, false); ret += snprintf(buf + ret, MOD_BUF - ret, - "Other:\n\tDomain %d\n\tHomogenous Input %s\n\t" - "Homogenous Output %s\n\tIn Queue Mask %d\n\t" + "Other:\n\tDomain %d\n\tHomogeneous Input %s\n\t" + "Homogeneous Output %s\n\tIn Queue Mask %d\n\t" "Out Queue Mask %d\n\tDMA ID %d\n\tMem Pages %d\n\t" "Module Type %d\n\tModule State %d\n", mconfig->domain,