]> git.baikalelectronics.ru Git - kernel.git/commit
extcon: Drop unexpected word "the" in the comments
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 11:50:03 +0000 (19:50 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 15 Jul 2022 02:37:40 +0000 (11:37 +0900)
commitdf24b8e822a517ad32610d41d2593f2c0b603b27
tree6016b23f8ea4748ca76005f9b44aa10855d0e1d7
parenta19f50354d67fc87c6c66d63bfc43f5ab559bb39
extcon: Drop unexpected word "the" in the comments

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

file: ./drivers/extcon/extcon.c
line: 250

/* Find the the index of extcon cable in edev->supported_cable */
changed to
/* Find the index of extcon cable in edev->supported_cable */

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c