linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 41/66] drivers/md/linear.h: Checkpatch cleanup
       [not found] <1267289508-31031-1-git-send-email-andrea.gelmini@gelma.net>
@ 2010-02-27 16:51 ` Andrea Gelmini
  2010-02-28  5:41   ` Neil Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Gelmini @ 2010-02-27 16:51 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrea Gelmini, Neil Brown, Sandeep K Sinha, Christoph Hellwig,
	linux-raid

drivers/md/linear.h:12: ERROR: open brace '{' following struct go on the same line

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 drivers/md/linear.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/md/linear.h b/drivers/md/linear.h
index 0ce29b6..3860fd8 100644
--- a/drivers/md/linear.h
+++ b/drivers/md/linear.h
@@ -8,8 +8,7 @@ struct dev_info {
 
 typedef struct dev_info dev_info_t;
 
-struct linear_private_data
-{
+struct linear_private_data {
 	sector_t		array_sectors;
 	dev_info_t		disks[0];
 	struct rcu_head		rcu;
-- 
1.7.0.90.g251a4

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

* Re: [PATCH 41/66] drivers/md/linear.h: Checkpatch cleanup
  2010-02-27 16:51 ` [PATCH 41/66] drivers/md/linear.h: Checkpatch cleanup Andrea Gelmini
@ 2010-02-28  5:41   ` Neil Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Neil Brown @ 2010-02-28  5:41 UTC (permalink / raw)
  To: Andrea Gelmini
  Cc: linux-kernel, Sandeep K Sinha, Christoph Hellwig, linux-raid

On Sat, 27 Feb 2010 17:51:22 +0100
Andrea Gelmini <andrea.gelmini@gelma.net> wrote:

> drivers/md/linear.h:12: ERROR: open brace '{' following struct go on the same line

Thanks, but no thanks.
This just doesn't need cleaning up.

NeilBrown

> 
> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
> ---
>  drivers/md/linear.h |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/md/linear.h b/drivers/md/linear.h
> index 0ce29b6..3860fd8 100644
> --- a/drivers/md/linear.h
> +++ b/drivers/md/linear.h
> @@ -8,8 +8,7 @@ struct dev_info {
>  
>  typedef struct dev_info dev_info_t;
>  
> -struct linear_private_data
> -{
> +struct linear_private_data {
>  	sector_t		array_sectors;
>  	dev_info_t		disks[0];
>  	struct rcu_head		rcu;


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

end of thread, other threads:[~2010-02-28  5:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1267289508-31031-1-git-send-email-andrea.gelmini@gelma.net>
2010-02-27 16:51 ` [PATCH 41/66] drivers/md/linear.h: Checkpatch cleanup Andrea Gelmini
2010-02-28  5:41   ` Neil Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).