cxl/pci: Disambiguate cxl_pci further from cxl_mem
authorBen Widawsky <ben.widawsky@intel.com>
Mon, 13 Sep 2021 16:33:24 +0000 (09:33 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 21 Sep 2021 21:18:49 +0000 (14:18 -0700)
commited97afb53365cd03dde266c9644334a558fe5a16
treec0bd563e2d90f8787487c3be5cebcfc73612bcc9
parentfa9a7d2db6134c737e7d6da3b0902766d92f06be
cxl/pci: Disambiguate cxl_pci further from cxl_mem

Commit 21e9f76733a8 ("cxl: Rename mem to pci") introduced the cxl_pci
driver which had formerly been named cxl_mem. At the time, the goal was
to be as light touch as possible because there were other patches in
flight. Since things have settled now, and a new cxl_mem driver will be
introduced shortly, spend the LOC now to clean up the existing names.

While here, fix the kernel docs to explain the situation better after
the core rework that has already landed.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Link: https://lore.kernel.org/r/20210913163324.1008564-4-ben.widawsky@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/pci.c