Commit 51063101 authored by Pritthijit Nath's avatar Pritthijit Nath Committed by Greg Kroah-Hartman
Browse files

staging: greybus: Fixed a misspelling in hid.c

parent 1aa8f9da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}