From: Stephen Hemminger <shemminger@vyatta.com>
To: Timo von Holtz <tvh@informatik.uni-kiel.de>
Cc: gregkh@suse.de, error27@gmail.com, arnd@arndb.de,
jj@chaosbits.net, joe@perches.com, eric.dumazet@gmail.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Staging: bcm: fixed coding style issues
Date: Mon, 31 Jan 2011 19:58:24 -0800 [thread overview]
Message-ID: <20110131195824.45da68d8@nehalam> (raw)
In-Reply-To: <1296525024-21898-1-git-send-email-tvh@informatik.uni-kiel.de>
On Tue, 1 Feb 2011 02:50:24 +0100
Timo von Holtz <tvh@informatik.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
--
next prev parent reply other threads:[~2011-02-01 3:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1296525024-21898-1-git-send-email-tvh@informatik.uni-kiel.de>
2011-02-01 2:42 ` [PATCH] Staging: bcm: fixed coding style issues Greg KH
2011-02-01 3:58 ` Stephen Hemminger [this message]
2011-02-01 5:33 ` Dan Carpenter
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=20110131195824.45da68d8@nehalam \
--to=shemminger@vyatta.com \
--cc=arnd@arndb.de \
--cc=devel@driverdev.osuosl.org \
--cc=eric.dumazet@gmail.com \
--cc=error27@gmail.com \
--cc=gregkh@suse.de \
--cc=jj@chaosbits.net \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tvh@informatik.uni-kiel.de \
/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.