* [PATCH] drivers/base/core.c: Fixed brace coding style issue.
@ 2011-04-18 21:16 Karthigan Srinivasan
2011-04-23 0:06 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Karthigan Srinivasan @ 2011-04-18 21:16 UTC (permalink / raw)
To: Greg Kroah-Hartman, linux-kernel
>From 62183d5695ad36b6cef0fbd7617f0060f2dd391d Mon Sep 17 00:00:00 2001
From: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
Date: Mon, 18 Apr 2011 16:05:05 -0500
Subject: [PATCH] drivers/base/core.c: Fixed brace coding style issue.
Fixed brace coding style issue.
Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
---
drivers/base/core.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/base/core.c b/drivers/base/core.c
index 81b78ed..f90346e 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -1314,8 +1314,7 @@ EXPORT_SYMBOL_GPL(put_device);
EXPORT_SYMBOL_GPL(device_create_file);
EXPORT_SYMBOL_GPL(device_remove_file);
-struct root_device
-{
+struct root_device {
struct device dev;
struct module *owner;
};
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drivers/base/core.c: Fixed brace coding style issue.
2011-04-18 21:16 [PATCH] drivers/base/core.c: Fixed brace coding style issue Karthigan Srinivasan
@ 2011-04-23 0:06 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2011-04-23 0:06 UTC (permalink / raw)
To: Karthigan Srinivasan; +Cc: Greg Kroah-Hartman, linux-kernel
On Mon, Apr 18, 2011 at 04:16:52PM -0500, Karthigan Srinivasan wrote:
> >From 62183d5695ad36b6cef0fbd7617f0060f2dd391d Mon Sep 17 00:00:00 2001
> From: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
> Date: Mon, 18 Apr 2011 16:05:05 -0500
> Subject: [PATCH] drivers/base/core.c: Fixed brace coding style issue.
Why is this in the body of the patch? Please don't do that, it forces
me to edit it by hand. Which is a pain when you have to do it for 900+
patches per release...
So next time, please do this.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-23 0:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-18 21:16 [PATCH] drivers/base/core.c: Fixed brace coding style issue Karthigan Srinivasan
2011-04-23 0:06 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox