Commit 93b962dd authored by chen zhang's avatar chen zhang Committed by Hans de Goede

platform/x86: ISST: Fix typo in comments

Fix spelling typo in comments.
Reported-by: default avatark2ci <kernel-bot@kylinos.cn>
Signed-off-by: default avatarchen zhang <chenzhang@kylinos.cn>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20221103013313.13278-1-chenzhang@kylinos.cnSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 26217796
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment