mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Acked-by: Andrew Donnellan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
This commit is contained in:
committed by
Michael Ellerman
parent
7dc3ba0a07
commit
882c835b71
@@ -1104,7 +1104,7 @@ extern const struct cxl_backend_ops cxl_native_ops;
|
||||
extern const struct cxl_backend_ops cxl_guest_ops;
|
||||
extern const struct cxl_backend_ops *cxl_ops;
|
||||
|
||||
/* check if the given pci_dev is on the the cxl vphb bus */
|
||||
/* check if the given pci_dev is on the cxl vphb bus */
|
||||
bool cxl_pci_is_vphb_device(struct pci_dev *dev);
|
||||
|
||||
/* decode AFU error bits in the PSL register PSL_SERR_An */
|
||||
|
||||
Reference in New Issue
Block a user