HID: sony: underscores are unnecessary for u8, u16, s32
authorPavel Machek <pavel@ucw.cz>
Tue, 9 Feb 2016 12:55:08 +0000 (13:55 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 10 Feb 2016 10:32:08 +0000 (11:32 +0100)
commit1adf904e90059a5b577dbf49b57c27da29b1e69e
treee173326231b46156afbf81d37d0bcae065dab26d
parentef916ef5ef75fe0206b2c0cfcd696b32aa1ea872
HID: sony: underscores are unnecessary for u8, u16, s32

Double-underscore prefixed types are unnecessary in pure kernel code,
replace them with the non prefixed equivalents.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Antonio Ospite <ao2@ao2.it>
Acked-by: Frank Praznik <frank.praznik@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c