cxl/core/regs: Rename phys_addr in cxl_map_component_regs()
authorRobert Richter <rrichter@amd.com>
Wed, 18 Oct 2023 17:17:12 +0000 (19:17 +0200)
committerDan Williams <dan.j.williams@intel.com>
Sat, 28 Oct 2023 03:13:39 +0000 (20:13 -0700)
commitd3970f006f084e5aab5091a865203899259e4d70
treec2b68f630f7bd5c9910336942b3f9b21e646d88b
parentb7e9392d5d46a67fb5b66dbb2c257dd0d48eec70
cxl/core/regs: Rename phys_addr in cxl_map_component_regs()

Trivial change that renames variable phys_addr in
cxl_map_component_regs() to shorten its length to keep the 80 char
size limit for the line and also for consistency between the different
paths.

Signed-off-by: Terry Bowman <terry.bowman@amd.com>
Signed-off-by: Robert Richter <rrichter@amd.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20231018171713.1883517-20-rrichter@amd.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/core/regs.c