Skip to content

Commit

Permalink
Fix wording (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youw authored Jan 22, 2022
1 parent fe9a2a2 commit 0feb5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ static int uses_numbered_reports(__u8 *report_descriptor, __u32 size) {
if (!get_hid_item_size(report_descriptor, i, size, &data_len, &key_size))
return 0; /* malformed report */

/* Skip over this key and it's associated data */
/* Skip over this key and its associated data */
i += data_len + key_size;
}

Expand Down Expand Up @@ -368,7 +368,7 @@ static int get_next_hid_usage(__u8 *report_descriptor, __u32 size, unsigned int
break;
}

/* Skip over this key and it's associated data */
/* Skip over this key and its associated data */
*pos += data_len + key_size;

/* Return usage pair */
Expand Down

0 comments on commit 0feb5a4

Please sign in to comment.