usb-hub: tweak feature names

Add dashes, so they don't look like two separate things when printed.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190524070310.4952-2-kraxel@redhat.com
master
Gerd Hoffmann 2019-05-24 09:03:06 +02:00
parent bfe4489884
commit bdb88a8e12
1 changed files with 5 additions and 5 deletions

View File

@ -287,11 +287,11 @@ static const char *feature_name(int feature)
[PORT_POWER] = "power",
[PORT_LOWSPEED] = "lowspeed",
[PORT_HIGHSPEED] = "highspeed",
[PORT_C_CONNECTION] = "change connection",
[PORT_C_ENABLE] = "change enable",
[PORT_C_SUSPEND] = "change suspend",
[PORT_C_OVERCURRENT] = "change overcurrent",
[PORT_C_RESET] = "change reset",
[PORT_C_CONNECTION] = "change-connection",
[PORT_C_ENABLE] = "change-enable",
[PORT_C_SUSPEND] = "change-suspend",
[PORT_C_OVERCURRENT] = "change-overcurrent",
[PORT_C_RESET] = "change-reset",
[PORT_TEST] = "test",
[PORT_INDICATOR] = "indicator",
};