diff options
author | Jonathan Davies <jonathan.davies@nutanix.com> | 2018-11-20 12:48:32 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-11-20 18:31:58 -0500 |
commit | 31a8b3ee16e3051a0d9abc557ca203e2330621b6 (patch) | |
tree | bf318699ba2cf0f6eec840e444b7b92f6ce0e9d9 | |
parent | cc7ed49a7f39deafb33fc58d162a3365344c3458 (diff) |
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>
-rw-r--r-- | samples/hidraw/hid-example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/hidraw/hid-example.c b/samples/hidraw/hid-example.c index 9bfd8ff6de82..37a0ffcb4d63 100644 --- a/samples/hidraw/hid-example.c +++ b/samples/hidraw/hid-example.c | |||
@@ -119,7 +119,7 @@ int main(int argc, char **argv) | |||
119 | if (res < 0) | 119 | if (res < 0) |
120 | perror("HIDIOCSFEATURE"); | 120 | perror("HIDIOCSFEATURE"); |
121 | else | 121 | else |
122 | printf("ioctl HIDIOCGFEATURE returned: %d\n", res); | 122 | printf("ioctl HIDIOCSFEATURE returned: %d\n", res); |
123 | 123 | ||
124 | /* Get Feature */ | 124 | /* Get Feature */ |
125 | buf[0] = 0x9; /* Report Number */ | 125 | buf[0] = 0x9; /* Report Number */ |