public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [trivial PATCH] mod_devicetable.h: Make the definition of struct of_device_id easier to find
@ 2015-02-09 21:15 Joe Perches
  2015-02-10  1:35 ` Rob Herring
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2015-02-09 21:15 UTC (permalink / raw)
  To: LKML; +Cc: Grant Likely, Rob Herring, Andrew Morton, Jeff Mahoney

Move the open brace so the definition matches the more
common kernel style.  This makes grep a bit easier.

Signed-off-by: Joe Perches <joe@perches.com>
---
 include/linux/mod_devicetable.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h
index 470a240..2e75ab0 100644
--- a/include/linux/mod_devicetable.h
+++ b/include/linux/mod_devicetable.h
@@ -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];



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-10  6:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-09 21:15 [trivial PATCH] mod_devicetable.h: Make the definition of struct of_device_id easier to find Joe Perches
2015-02-10  1:35 ` Rob Herring
2015-02-10  3:26   ` Joe Perches
2015-02-10  6:11     ` Rob Herring
2015-02-10  6:22       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox