diff options
| author | Geert Uytterhoeven <[email protected]> | 2019-10-24 15:18:37 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2019-11-02 20:08:36 +0000 |
| commit | 76f8cf6e0cfdbc5ad88d75c25e7879f0986a7ce0 (patch) | |
| tree | 00bc33c32915d6b181d92c8719ac6b768c679569 | |
| parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid... (diff) | |
| download | kernel-76f8cf6e0cfdbc5ad88d75c25e7879f0986a7ce0.tar.gz kernel-76f8cf6e0cfdbc5ad88d75c25e7879f0986a7ce0.zip | |
HID: intel-ish-hid: Spelling s/diconnect/disconnect/
Fix misspelling of "disconnect".
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Srinivas Pandruvada <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
| -rw-r--r-- | drivers/hid/intel-ish-hid/ishtp/hbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/intel-ish-hid/ishtp/hbm.c b/drivers/hid/intel-ish-hid/ishtp/hbm.c index c6c9ac09dac3..30a91d068306 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) |
