aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBhaskar Chowdhury <[email protected]>2021-03-23 02:31:05 +0530
committerMark Brown <[email protected]>2021-03-31 18:03:30 +0100
commitbb0f78e59777d55e0065d16d070b5d43ae80b769 (patch)
treeedbfa686a9f0de6efad0da7ac2fed2c156fc76d2
parentad858508fd6ac58258dd25fd2063a6f6e10426f7 (diff)
ASoC: Intel: Fix a typo
s/defintions/definitions/ Signed-off-by: Bhaskar Chowdhury <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/intel/skylake/skl.h2
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 <[email protected]>