diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-21 12:35:48 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-21 13:54:54 +0300 |
commit | 7608102ee610cb4a65b38a4e1319e22c7ebeb04b (patch) | |
tree | ff98f43b417cdbd18d5cb08e9dda99db1eabd216 /sound/soc/intel/skylake/skl-debug.c | |
parent | b84f48d18124da49a06e5d4ba6525b2955f15899 (diff) | |
download | linux-7608102ee610cb4a65b38a4e1319e22c7ebeb04b.tar.xz |
ASoC: intel: skylake: fix spelling mistake: "Homogenous" -> "Homogeneous"
Trivial fix to spelling mistake in snprintf literal string
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-debug.c')
-rw-r--r-- | sound/soc/intel/skylake/skl-debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/skylake/skl-debug.c b/sound/soc/intel/skylake/skl-debug.c index a016455a6ddb..302b40e63e6c 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, |