cxl/core: Fix cxl_probe_component_regs() error message
authorDan Williams <dan.j.williams@intel.com>
Mon, 24 Jan 2022 00:29:42 +0000 (16:29 -0800)
committerDan Williams <dan.j.williams@intel.com>
Wed, 9 Feb 2022 06:57:28 +0000 (22:57 -0800)
Fix a '\n' vs '/n' typo.

Fixes: 08422378c4ad ("cxl/pci: Add HDM decoder capabilities")
Acked-by: Ben Widawsky <ben.widawsky@intel.com
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/164298418268.3018233.17790073375430834911.stgit@dwillia2-desk3.amr.corp.intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/core/regs.c

index 0d63758e26059b802cbee555668c9ba0429f0519..12a6cbddf110dd8620863ae7cbb291464945e1d1 100644 (file)
@@ -50,7 +50,7 @@ void cxl_probe_component_regs(struct device *dev, void __iomem *base,
 
        if (FIELD_GET(CXL_CM_CAP_HDR_ID_MASK, cap_array) != CM_CAP_HDR_CAP_ID) {
                dev_err(dev,
-                       "Couldn't locate the CXL.cache and CXL.mem capability array header./n");
+                       "Couldn't locate the CXL.cache and CXL.mem capability array header.\n");
                return;
        }