Skip to content

Commit 31a8b3e

Browse files
jjd27Jiri Kosina
authored andcommitted
HID: samples/hidraw: fix typo in printed message
Signed-off-by: Jonathan Davies <jonathan.davies@nutanix.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent cc7ed49 commit 31a8b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/hidraw/hid-example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ int main(int argc, char **argv)
119119
if (res < 0)
120120
perror("HIDIOCSFEATURE");
121121
else
122-
printf("ioctl HIDIOCGFEATURE returned: %d\n", res);
122+
printf("ioctl HIDIOCSFEATURE returned: %d\n", res);
123123

124124
/* Get Feature */
125125
buf[0] = 0x9; /* Report Number */

0 commit comments

Comments
 (0)