lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 17 Jun 2010 10:32:50 -0400
From:	Ben Collins <bcollins@...echerry.net>
To:	Matti Lammi <mattij.lammi@...il.com>
Cc:	gregkh@...e.de, mithlesh@...syssoft.com,
	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Drivers: Staging: Moved one brace to its proper place.

On Thu, 2010-06-17 at 11:43 +0300, Matti Lammi wrote:
> Another small fix.
> 
> Signed-off-by: Matti Lammi <mattij.lammi@...il.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@...r.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/

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ