commit | 20a796a969efe37c2dd38b72538407e544f41de4 | [log] [tgz] |
---|---|---|
author | Logan Gunthorpe <logang@deltatee.com> | Fri Feb 08 09:54:39 2019 -0700 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Fri Feb 08 13:40:36 2019 -0600 |
tree | 32f45c8f4073d58c8dd5d20339ebbe7d0ea0d0f5 | |
parent | ddd065e423c1bad6c573297455ef0a9755ef12d4 [diff] |
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>