]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: Clean up usage of __u32 type
authorLogan Gunthorpe <logang@deltatee.com>
Fri, 8 Feb 2019 16:54:39 +0000 (09:54 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 8 Feb 2019 19:40:36 +0000 (13:40 -0600)
commit20a796a969efe37c2dd38b72538407e544f41de4
tree32f45c8f4073d58c8dd5d20339ebbe7d0ea0d0f5
parentddd065e423c1bad6c573297455ef0a9755ef12d4
PCI: Clean up usage of __u32 type

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>
drivers/pci/pci-driver.c