genirq/msi: Clean up usage of __u8/__u16 types
authorLogan Gunthorpe <logang@deltatee.com>
Fri, 8 Feb 2019 16:54:38 +0000 (09:54 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 8 Feb 2019 19:30:10 +0000 (13:30 -0600)
commitddd065e423c1bad6c573297455ef0a9755ef12d4
tree95c6e874fbe8c5cbaa377f300ff2a288fa62847c
parent0ce26a1c31ca928df4dfc7504c8898b71ff9f5d5
genirq/msi: Clean up usage of __u8/__u16 types

The double underscore types are meant for compatibility in userspace
headers which does not apply here. Therefore, change to use the standard
no-underscore types.

The origin of the double underscore types dates back to before the git era
so I was not able to find a commit to see the original justification.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/linux/msi.h