Skip to content

Commit

Permalink
of: Fix brace position for struct of_device_id definition
Browse files Browse the repository at this point in the history
Currently it is not easy to grep for the definition of struct of_device_id.
This is trivially fixed by moving the brace to the right place.

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
  • Loading branch information
Daniel Thompson authored and Rob Herring committed Feb 4, 2015
1 parent e94fbe6 commit 851c63e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/mod_devicetable.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ struct serio_device_id {
/*
* Struct used for matching a device
*/
struct of_device_id
{
struct of_device_id {
char name[32];
char type[32];
char compatible[128];
Expand Down

0 comments on commit 851c63e

Please sign in to comment.