diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2017-01-07 05:17:36 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2017-01-09 10:04:58 +0900 |
commit | 86d6cda68f371744a28003cb32b51aaf231b7ca5 (patch) | |
tree | ffee75233895174e8ac0abbe6a0f4164916088d1 /drivers/extcon | |
parent | 3c5f0e076833c407cca372c663d47499ae4dab45 (diff) | |
download | linux-86d6cda68f371744a28003cb32b51aaf231b7ca5.tar.gz linux-86d6cda68f371744a28003cb32b51aaf231b7ca5.tar.bz2 linux-86d6cda68f371744a28003cb32b51aaf231b7ca5.zip |
extcon: Modify the name of EXTCON_USB_HOST connector
This patch renames the EXTCON_USB_HOST by using '-' char because
the name of all external connector use the '-' char instead of '_' char.
- "USB_HOST" -> "USB-HOST"
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/extcon/extcon.c b/drivers/extcon/extcon.c index 768e36769870..09ac5e70c2f3 100644 --- a/drivers/extcon/extcon.c +++ b/drivers/extcon/extcon.c @@ -60,7 +60,7 @@ struct __extcon_info { [EXTCON_USB_HOST] = { .type = EXTCON_TYPE_USB, .id = EXTCON_USB_HOST, - .name = "USB_HOST", + .name = "USB-HOST", }, /* Charging external connector */ |