Commit 31a8b3ee authored by Jonathan Davies's avatar Jonathan Davies Committed by Jiri Kosina

HID: samples/hidraw: fix typo in printed message

Signed-off-by: default avatarJonathan Davies <jonathan.davies@nutanix.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent cc7ed49a
......@@ -119,7 +119,7 @@ int main(int argc, char **argv)
if (res < 0)
perror("HIDIOCSFEATURE");
else
printf("ioctl HIDIOCGFEATURE returned: %d\n", res);
printf("ioctl HIDIOCSFEATURE returned: %d\n", res);
/* Get Feature */
buf[0] = 0x9; /* Report Number */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment