usb: chipidea: usb2: fix formatting
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sat, 4 Apr 2020 00:00:05 +0000 (02:00 +0200)
committerPeter Chen <peter.chen@nxp.com>
Wed, 8 Apr 2020 01:37:17 +0000 (09:37 +0800)
Add spaces before closing braces.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/chipidea/ci_hdrc_usb2.c

index 62cf8a9..bf300a2 100644 (file)
@@ -33,8 +33,8 @@ static const struct ci_hdrc_platform_data ci_zynq_pdata = {
 };
 
 static const struct of_device_id ci_hdrc_usb2_of_match[] = {
-       { .compatible = "chipidea,usb2"},
-       { .compatible = "xlnx,zynq-usb-2.20a", .data = &ci_zynq_pdata},
+       { .compatible = "chipidea,usb2" },
+       { .compatible = "xlnx,zynq-usb-2.20a", .data = &ci_zynq_pdata },
        { }
 };
 MODULE_DEVICE_TABLE(of, ci_hdrc_usb2_of_match);