public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ben Collins <bcollins@bluecherry.net>
To: Matti Lammi <mattij.lammi@gmail.com>
Cc: gregkh@suse.de, mithlesh@linsyssoft.com,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Drivers: Staging: Moved one brace to its proper place.
Date: Thu, 17 Jun 2010 10:32:50 -0400	[thread overview]
Message-ID: <1276785170.2705.13.camel@maclara> (raw)
In-Reply-To: <1276764228-14657-1-git-send-email-mattij.lammi@gmail.com>

On Thu, 2010-06-17 at 11:43 +0300, Matti Lammi wrote:
> Another small fix.
> 
> Signed-off-by: Matti Lammi <mattij.lammi@gmail.com>
> ---
>  drivers/staging/otus/athr_common.h |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/otus/athr_common.h b/drivers/staging/otus/athr_common.h
> index 3e32f5b..c58ffee 100644
> --- a/drivers/staging/otus/athr_common.h
> +++ b/drivers/staging/otus/athr_common.h
> @@ -128,2 +128,2 @@ struct athr_wapi_param {
>  	} u;
>  };
> 
> -struct athr_wapi_sta_info
> -{
> +struct athr_wapi_sta_info{
>  	u16	msg_type;
>  	u16	datalen;
>  	u8	sta_mac[ETH_ALEN];

If you're going to move it, might I suggest:

+struct athr_wapi_sta_info {

Note the space between info and {

> --
> 1.6.0.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/


-- 
Bluecherry: http://www.bluecherrydvr.com/
SwissDisk : http://www.swissdisk.com/
Ubuntu    : http://www.ubuntu.com/
My Blog   : http://ben-collins.blogspot.com/


      reply	other threads:[~2010-06-17 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17  8:43 [PATCH] Drivers: Staging: Moved one brace to its proper place Matti Lammi
2010-06-17 14:32 ` Ben Collins [this message]

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=1276785170.2705.13.camel@maclara \
    --to=bcollins@bluecherry.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mattij.lammi@gmail.com \
    --cc=mithlesh@linsyssoft.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox