summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorPritthijit Nath <pritthijit.nath@icloud.com>2021-02-12 15:43:24 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-13 22:37:51 +0100
commit51063101f755c4c5b86aafec0438c08f592a66f4 (patch)
tree0d130b3e7d618331b57cbb83ba00573ae973d01a /drivers/staging/greybus
parent1aa8f9da5c54ce2ca36ad347c9b820a043475170 (diff)
staging: greybus: Fixed a misspelling in hid.c
Fixed the spelling of 'transfered' to 'transferred'. Signed-off-by: Pritthijit Nath <pritthijit.nath@icloud.com> Link: https://lore.kernel.org/r/20210212101324.12391-1-pritthijit.nath@icloud.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/hid.c b/drivers/staging/greybus/hid.c
index a56c3fb5d35a..adb91286803a 100644
--- a/drivers/staging/greybus/hid.c
+++ b/drivers/staging/greybus/hid.c
@@ -254,7 +254,7 @@ static int __gb_hid_output_raw_report(struct hid_device *hid, __u8 *buf,
ret = gb_hid_set_report(ghid, report_type, report_id, buf, len);
if (report_id && ret >= 0)
- ret++; /* add report_id to the number of transfered bytes */
+ ret++; /* add report_id to the number of transferred bytes */
return 0;
}