From: Michał Mirosław Date: Sat, 4 Apr 2020 00:00:05 +0000 (+0200) Subject: usb: chipidea: usb2: fix formatting X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8b93527071a81425532c1b22067f6201e51c7b7d;p=linux.git usb: chipidea: usb2: fix formatting Add spaces before closing braces. Signed-off-by: Michał Mirosław Signed-off-by: Peter Chen --- diff --git a/drivers/usb/chipidea/ci_hdrc_usb2.c b/drivers/usb/chipidea/ci_hdrc_usb2.c index 62cf8a99cf785..bf300a234e649 100644 --- a/drivers/usb/chipidea/ci_hdrc_usb2.c +++ b/drivers/usb/chipidea/ci_hdrc_usb2.c @@ -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);