* [PATCH] platform/x86: ISST: Fix typo in comments
@ 2022-11-02 3:29 chen zhang
2022-11-02 4:23 ` Bagas Sanjaya
0 siblings, 1 reply; 2+ messages in thread
From: chen zhang @ 2022-11-02 3:29 UTC (permalink / raw)
To: hdegoede; +Cc: linux-kernel, chenzhang_0901, chen zhang, k2ci
Fix spelling typo in comments.
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: chen zhang <chenzhang@kylinos.cn>
---
drivers/platform/x86/intel/speed_select_if/isst_if_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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..c1d7f4f38765 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 share misc device for all ISST interface */
static DEFINE_MUTEX(punit_misc_dev_reg_lock);
static int misc_usage_count;
static int misc_device_ret;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] platform/x86: ISST: Fix typo in comments
2022-11-02 3:29 [PATCH] platform/x86: ISST: Fix typo in comments chen zhang
@ 2022-11-02 4:23 ` Bagas Sanjaya
0 siblings, 0 replies; 2+ messages in thread
From: Bagas Sanjaya @ 2022-11-02 4:23 UTC (permalink / raw)
To: chen zhang; +Cc: hdegoede, linux-kernel, chenzhang_0901, k2ci
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]
On Wed, Nov 02, 2022 at 11:29:40AM +0800, chen zhang wrote:
> Fix spelling typo in comments.
>
What typofix and what comment does it fix? I have to see the actual diff
below.
Also, why do you also Cc your @163.com address?
> @@ -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 share misc device for all ISST interface */
s/interace/interface/ in isst_if_def_ioctl() comment, right?
Thanks.
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-02 4:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-02 3:29 [PATCH] platform/x86: ISST: Fix typo in comments chen zhang
2022-11-02 4:23 ` Bagas Sanjaya
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.