From: Joe Perches <joe@perches.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Grant Likely <grant.likely@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Jeff Mahoney <jeffm@suse.com>
Subject: [trivial PATCH] mod_devicetable.h: Make the definition of struct of_device_id easier to find
Date: Mon, 09 Feb 2015 13:15:46 -0800 [thread overview]
Message-ID: <1423516546.2933.25.camel@perches.com> (raw)
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];
next reply other threads:[~2015-02-09 21:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-09 21:15 Joe Perches [this message]
2015-02-10 1:35 ` [trivial PATCH] mod_devicetable.h: Make the definition of struct of_device_id easier to find Rob Herring
2015-02-10 3:26 ` Joe Perches
2015-02-10 6:11 ` Rob Herring
2015-02-10 6:22 ` Joe Perches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1423516546.2933.25.camel@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=grant.likely@linaro.org \
--cc=jeffm@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.