All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HID: intel-ish-hid: Fix minor typos in comments
@ 2021-05-27  7:16 Austin Kim
  2021-06-14 13:10 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Austin Kim @ 2021-05-27  7:16 UTC (permalink / raw)
  To: srinivas.pandruvada, jikos, benjamin.tissoires
  Cc: linux-input, linux-kernel, austin.kim, austindh.kim

Change "poiner" to "pointer" in comments.

Signed-off-by: Austin Kim <austindh.kim@gmail.com>
---
 drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
index d20d74a890e9..1b486f262747 100644
--- a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
+++ b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
@@ -456,7 +456,7 @@ static void loader_cl_event_cb(struct ishtp_cl_device *cl_device)
 /**
  * ish_query_loader_prop() -  Query ISH Shim firmware loader
  * @client_data:	Client data instance
- * @fw:			Poiner to firmware data struct in host memory
+ * @fw:			Pointer to firmware data struct in host memory
  * @fw_info:		Loader firmware properties
  *
  * This function queries the ISH Shim firmware loader for capabilities.
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] HID: intel-ish-hid: Fix minor typos in comments
  2021-05-27  7:16 [PATCH] HID: intel-ish-hid: Fix minor typos in comments Austin Kim
@ 2021-06-14 13:10 ` Jiri Kosina
  2021-06-14 14:20   ` Austin Kim
  0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2021-06-14 13:10 UTC (permalink / raw)
  To: Austin Kim
  Cc: srinivas.pandruvada, benjamin.tissoires, linux-input,
	linux-kernel, austin.kim

On Thu, 27 May 2021, Austin Kim wrote:

> Change "poiner" to "pointer" in comments.
> 
> Signed-off-by: Austin Kim <austindh.kim@gmail.com>
> ---
>  drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
> index d20d74a890e9..1b486f262747 100644
> --- a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
> +++ b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
> @@ -456,7 +456,7 @@ static void loader_cl_event_cb(struct ishtp_cl_device *cl_device)
>  /**
>   * ish_query_loader_prop() -  Query ISH Shim firmware loader
>   * @client_data:	Client data instance
> - * @fw:			Poiner to firmware data struct in host memory
> + * @fw:			Pointer to firmware data struct in host memory
>   * @fw_info:		Loader firmware properties
>   *

Applied.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] HID: intel-ish-hid: Fix minor typos in comments
  2021-06-14 13:10 ` Jiri Kosina
@ 2021-06-14 14:20   ` Austin Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Austin Kim @ 2021-06-14 14:20 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: srinivas.pandruvada, benjamin.tissoires, linux-input,
	Linux Kernel Mailing List, 김동현

2021년 6월 14일 (월) 오후 10:10, Jiri Kosina <jikos@kernel.org>님이 작성:
>
> On Thu, 27 May 2021, Austin Kim wrote:
>
> > Change "poiner" to "pointer" in comments.
> >
> > Signed-off-by: Austin Kim <austindh.kim@gmail.com>
> > ---
> >  drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
> > index d20d74a890e9..1b486f262747 100644
> > --- a/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
> > +++ b/drivers/hid/intel-ish-hid/ishtp-fw-loader.c
> > @@ -456,7 +456,7 @@ static void loader_cl_event_cb(struct ishtp_cl_device *cl_device)
> >  /**
> >   * ish_query_loader_prop() -  Query ISH Shim firmware loader
> >   * @client_data:     Client data instance
> > - * @fw:                      Poiner to firmware data struct in host memory
> > + * @fw:                      Pointer to firmware data struct in host memory
> >   * @fw_info:         Loader firmware properties
> >   *
>
> Applied.

Great, thanks!

>
> --
> Jiri Kosina
> SUSE Labs
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-14 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27  7:16 [PATCH] HID: intel-ish-hid: Fix minor typos in comments Austin Kim
2021-06-14 13:10 ` Jiri Kosina
2021-06-14 14:20   ` Austin Kim

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.