]> git.baikalelectronics.ru Git - kernel.git/commit
cxl: drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 12:53:21 +0000 (20:53 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 22 Jun 2022 02:50:56 +0000 (12:50 +1000)
commit179fe3adfc05e0f021e7e12c6c8a0666b66ff945
tree5cab58e1aa6b5b0ba23fa7eb54ae70d4bca51995
parentac3ca8a8bb7bd50fd0e9ae313a4ae19eb3ed1cce
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
drivers/misc/cxl/cxl.h