diff options
author | Bhaskar Chowdhury | 2021-03-23 02:31:05 +0530 |
---|---|---|
committer | Mark Brown | 2021-03-31 18:03:30 +0100 |
commit | bb0f78e59777d55e0065d16d070b5d43ae80b769 (patch) | |
tree | edbfa686a9f0de6efad0da7ac2fed2c156fc76d2 | |
parent | ad858508fd6ac58258dd25fd2063a6f6e10426f7 (diff) |
ASoC: Intel: Fix a typo
s/defintions/definitions/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210322210105.1575758-1-unixbhaskar@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/intel/skylake/skl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h index 857ea17e3c9f..33ed274fc0cb 100644 --- a/sound/soc/intel/skylake/skl.h +++ b/sound/soc/intel/skylake/skl.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * skl.h - HD Audio skylake defintions. + * skl.h - HD Audio skylake definitions. * * Copyright (C) 2015 Intel Corp * Author: Jeeja KP <jeeja.kp@intel.com> |