Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cxl: drop unexpected word "the" in the comments

there is an unexpected word "the" in the comments that need to be dropped

file: drivers/misc/cxl/cxl.h
line: 1107
+/* check if the given pci_dev is on the the cxl vphb bus */
changed to
+/* check if the given pci_dev is on the cxl vphb bus */

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220621125321.122280-1-jiangjian@cdjrlc.com

authored by

Jiang Jian and committed by
Michael Ellerman
882c835b 7dc3ba0a

+1 -1
+1 -1
drivers/misc/cxl/cxl.h
··· 1104 1104 extern const struct cxl_backend_ops cxl_guest_ops; 1105 1105 extern const struct cxl_backend_ops *cxl_ops; 1106 1106 1107 - /* check if the given pci_dev is on the the cxl vphb bus */ 1107 + /* check if the given pci_dev is on the cxl vphb bus */ 1108 1108 bool cxl_pci_is_vphb_device(struct pci_dev *dev); 1109 1109 1110 1110 /* decode AFU error bits in the PSL register PSL_SERR_An */