aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchen zhang <[email protected]>2022-11-03 09:33:13 +0800
committerHans de Goede <[email protected]>2022-11-16 08:48:19 +0100
commit93b962ddd69a11c956e40b26e494132c514608a9 (patch)
tree4ed78cf4b47110763655f859cfcf968b42c980aa
parent2621779604c995c4f0e4a08e4c352d524b930fdf (diff)
platform/x86: ISST: Fix typo in comments
Fix spelling typo in comments. Reported-by: k2ci <[email protected]> Signed-off-by: chen zhang <[email protected]> Acked-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r--drivers/platform/x86/intel/speed_select_if/isst_if_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/intel/speed_select_if/isst_if_common.c b/drivers/platform/x86/intel/speed_select_if/isst_if_common.c
index fd102678c75f..a7e02b24a87a 100644
--- a/drivers/platform/x86/intel/speed_select_if/isst_if_common.c
+++ b/drivers/platform/x86/intel/speed_select_if/isst_if_common.c
@@ -623,7 +623,7 @@ static long isst_if_def_ioctl(struct file *file, unsigned int cmd,
/* Lock to prevent module registration when already opened by user space */
static DEFINE_MUTEX(punit_misc_dev_open_lock);
-/* Lock to allow one share misc device for all ISST interace */
+/* Lock to allow one shared misc device for all ISST interfaces */
static DEFINE_MUTEX(punit_misc_dev_reg_lock);
static int misc_usage_count;
static int misc_device_ret;