diff options
author | Krzysztof Wilczyński <[email protected]> | 2020-11-29 23:07:42 +0000 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2020-12-10 14:56:08 -0600 |
commit | ce0602990fb762d53dd06167faedcd58d177199b (patch) | |
tree | cca1b1b953169362e722fd8b79ab9342e4cba6fc /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 63eab4944e4f33f69a6a72427490c4d5f8d3f072 (diff) |
PCI: vmd: Update type of the __iomem pointers
Use "void __iomem" instead "char __iomem" pointer type when working with
the accessor functions (with names like readb() or writel(), etc.) to
better match a given accessor function signature where commonly the address
pointing to an I/O memory region would be a "void __iomem" pointer.
Related: https://lwn.net/Articles/102232/
Suggested-by: Bjorn Helgaas <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Wilczyński <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Jon Derrick <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions