staging: greybus: Fixed a misspelling in hid.c
authorPritthijit Nath <pritthijit.nath@icloud.com>
Fri, 12 Feb 2021 10:13:24 +0000 (15:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Feb 2021 21:37:51 +0000 (22:37 +0100)
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>
drivers/staging/greybus/hid.c

index a56c3fb..adb9128 100644 (file)
@@ -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;
 }