* [PATCH] Drivers: Staging: Moved one brace to its proper place.
@ 2010-06-17 8:43 Matti Lammi
2010-06-17 14:32 ` Ben Collins
0 siblings, 1 reply; 2+ messages in thread
From: Matti Lammi @ 2010-06-17 8:43 UTC (permalink / raw)
To: gregkh, mattij.lammi, mithlesh; +Cc: devel, linux-kernel
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];
--
1.6.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Drivers: Staging: Moved one brace to its proper place.
2010-06-17 8:43 [PATCH] Drivers: Staging: Moved one brace to its proper place Matti Lammi
@ 2010-06-17 14:32 ` Ben Collins
0 siblings, 0 replies; 2+ messages in thread
From: Ben Collins @ 2010-06-17 14:32 UTC (permalink / raw)
To: Matti Lammi; +Cc: gregkh, mithlesh, devel, linux-kernel
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-17 14:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox