[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110131195824.45da68d8@nehalam>
Date: Mon, 31 Jan 2011 19:58:24 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Timo von Holtz <tvh@...ormatik.uni-kiel.de>
Cc: gregkh@...e.de, error27@...il.com, arnd@...db.de, jj@...osbits.net,
joe@...ches.com, eric.dumazet@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: bcm: fixed coding style issues
On Tue, 1 Feb 2011 02:50:24 +0100
Timo von Holtz <tvh@...ormatik.uni-kiel.de> wrote:
> diff --git a/drivers/staging/bcm/Adapter.h b/drivers/staging/bcm/Adapter.h
> index 32909e2..3a0b62d 100644
> --- a/drivers/staging/bcm/Adapter.h
> +++ b/drivers/staging/bcm/Adapter.h
> @@ -14,7 +14,7 @@ struct _LEADER
> UCHAR Status;
> UCHAR Unused[3];
> }__attribute__((packed));
> -typedef struct _LEADER LEADER,*PLEADER;
> +typedef struct _LEADER LEADER, *PLEADER;
Rather than fixing format of these typedef's eliminate
them according to CodingStyle
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists