mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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>
This commit is contained in:
parent
2fb67280fd
commit
97e1bb93e7
@ -247,7 +247,7 @@ static int find_cable_index_by_id(struct extcon_dev *edev, const unsigned int id
|
||||
{
|
||||
int i;
|
||||
|
||||
/* Find the the index of extcon cable in edev->supported_cable */
|
||||
/* Find the index of extcon cable in edev->supported_cable */
|
||||
for (i = 0; i < edev->max_supported; i++) {
|
||||
if (edev->supported_cable[i] == id)
|
||||
return i;
|
||||
|
Loading…
Reference in New Issue
Block a user