]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - samples/hidraw/hid-example.c
Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[mirror_ubuntu-focal-kernel.git] / samples / hidraw / hid-example.c
index 9bfd8ff6de82e654571bc74ec2b6f2c6c5559675..37a0ffcb4d63f11b6f3b10561e4a06da04c26ab9 100644 (file)
@@ -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 */