From 51063101f755c4c5b86aafec0438c08f592a66f4 Mon Sep 17 00:00:00 2001 From: Pritthijit Nath Date: Fri, 12 Feb 2021 15:43:24 +0530 Subject: [PATCH] staging: greybus: Fixed a misspelling in hid.c Fixed the spelling of 'transfered' to 'transferred'. Signed-off-by: Pritthijit Nath Link: https://lore.kernel.org/r/20210212101324.12391-1-pritthijit.nath@icloud.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/greybus/hid.c b/drivers/staging/greybus/hid.c index a56c3fb..adb9128 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; } -- 2.7.4