linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial] HID: intel-ish-hid: Spelling s/diconnect/disconnect/
@ 2019-10-24 15:18 Geert Uytterhoeven
  2019-10-24 16:17 ` Srinivas Pandruvada
  2019-11-02 20:09 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2019-10-24 15:18 UTC (permalink / raw)
  To: Srinivas Pandruvada, Jiri Kosina, Benjamin Tissoires
  Cc: linux-input, linux-kernel, Geert Uytterhoeven

Fix misspelling of "disconnect".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/hid/intel-ish-hid/ishtp/hbm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/intel-ish-hid/ishtp/hbm.c b/drivers/hid/intel-ish-hid/ishtp/hbm.c
index c6c9ac09dac3a377..30a91d068306a000 100644
--- a/drivers/hid/intel-ish-hid/ishtp/hbm.c
+++ b/drivers/hid/intel-ish-hid/ishtp/hbm.c
@@ -402,7 +402,7 @@ static void ishtp_hbm_cl_connect_res(struct ishtp_device *dev,
  * @dev: ISHTP device instance
  * @disconnect_req: disconnect request structure
  *
- * Disconnect request bus message from the fw. Send diconnect response.
+ * Disconnect request bus message from the fw. Send disconnect response.
  */
 static void ishtp_hbm_fw_disconnect_req(struct ishtp_device *dev,
 	struct hbm_client_connect_request *disconnect_req)
-- 
2.17.1


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

* Re: [PATCH trivial] HID: intel-ish-hid: Spelling s/diconnect/disconnect/
  2019-10-24 15:18 [PATCH trivial] HID: intel-ish-hid: Spelling s/diconnect/disconnect/ Geert Uytterhoeven
@ 2019-10-24 16:17 ` Srinivas Pandruvada
  2019-11-02 20:09 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Srinivas Pandruvada @ 2019-10-24 16:17 UTC (permalink / raw)
  To: Geert Uytterhoeven, Jiri Kosina, Benjamin Tissoires
  Cc: linux-input, linux-kernel

On Thu, 2019-10-24 at 17:18 +0200, Geert Uytterhoeven wrote:
> Fix misspelling of "disconnect".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>

> ---
>  drivers/hid/intel-ish-hid/ishtp/hbm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp/hbm.c
> b/drivers/hid/intel-ish-hid/ishtp/hbm.c
> index c6c9ac09dac3a377..30a91d068306a000 100644
> --- a/drivers/hid/intel-ish-hid/ishtp/hbm.c
> +++ b/drivers/hid/intel-ish-hid/ishtp/hbm.c
> @@ -402,7 +402,7 @@ static void ishtp_hbm_cl_connect_res(struct
> ishtp_device *dev,
>   * @dev: ISHTP device instance
>   * @disconnect_req: disconnect request structure
>   *
> - * Disconnect request bus message from the fw. Send diconnect
> response.
> + * Disconnect request bus message from the fw. Send disconnect
> response.
>   */
>  static void ishtp_hbm_fw_disconnect_req(struct ishtp_device *dev,
>  	struct hbm_client_connect_request *disconnect_req)


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

* Re: [PATCH trivial] HID: intel-ish-hid: Spelling s/diconnect/disconnect/
  2019-10-24 15:18 [PATCH trivial] HID: intel-ish-hid: Spelling s/diconnect/disconnect/ Geert Uytterhoeven
  2019-10-24 16:17 ` Srinivas Pandruvada
@ 2019-11-02 20:09 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2019-11-02 20:09 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Srinivas Pandruvada, Benjamin Tissoires, linux-input, linux-kernel

On Thu, 24 Oct 2019, Geert Uytterhoeven wrote:

> Fix misspelling of "disconnect".
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  drivers/hid/intel-ish-hid/ishtp/hbm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp/hbm.c b/drivers/hid/intel-ish-hid/ishtp/hbm.c
> index c6c9ac09dac3a377..30a91d068306a000 100644
> --- a/drivers/hid/intel-ish-hid/ishtp/hbm.c
> +++ b/drivers/hid/intel-ish-hid/ishtp/hbm.c
> @@ -402,7 +402,7 @@ static void ishtp_hbm_cl_connect_res(struct ishtp_device *dev,
>   * @dev: ISHTP device instance
>   * @disconnect_req: disconnect request structure
>   *
> - * Disconnect request bus message from the fw. Send diconnect response.
> + * Disconnect request bus message from the fw. Send disconnect response.
>   */

Applied to hid.git#for-5.5/ish. Thanks,

-- 
Jiri Kosina
SUSE Labs


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

end of thread, other threads:[~2019-11-02 20:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 15:18 [PATCH trivial] HID: intel-ish-hid: Spelling s/diconnect/disconnect/ Geert Uytterhoeven
2019-10-24 16:17 ` Srinivas Pandruvada
2019-11-02 20:09 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).