Skip to content

Commit

Permalink
usb: chipidea: usb2: fix formatting
Browse files Browse the repository at this point in the history
Add spaces before closing braces.

Signed-off-by: Michał Mirosław <[email protected]>
Signed-off-by: Peter Chen <[email protected]>
  • Loading branch information
osctobe authored and Peter Chen committed Apr 8, 2020
1 parent fc228ef commit 8b93527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/chipidea/ci_hdrc_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8b93527

Please sign in to comment.