Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 851c63e3 authored by Daniel Thompson's avatar Daniel Thompson Committed by Rob Herring
Browse files

of: Fix brace position for struct of_device_id definition



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: default avatarDaniel Thompson <daniel.thompson@linaro.org>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent e94fbe60
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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];