linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl.
@ 2015-08-03  3:57 Ting-Chih Hsiao
  2015-08-03 15:44 ` Jes Sorensen
  0 siblings, 1 reply; 4+ messages in thread
From: Ting-Chih Hsiao @ 2015-08-03  3:57 UTC (permalink / raw)
  To: Larry.Finger, Jes.Sorensen, linux-wireless

remove spaces at the start of a line
align enum variable with other parameters

Signed-off-by: Ting-Chih Hsiao <s894330@hotmail.com>
---
 drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
index 342dec3..a63c6cb 100644
--- a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
+++ b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
@@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A(
 	struct dm_odm_t *pDM_Odm,
 	u32					Addr,
 	u32					Data,
-  enum RF_RADIO_PATH     RF_PATH,
+	enum RF_RADIO_PATH     RF_PATH,
 	u32				    RegAddr
 	)
 {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl.
  2015-08-03  3:57 Ting-Chih Hsiao
@ 2015-08-03 15:44 ` Jes Sorensen
  0 siblings, 0 replies; 4+ messages in thread
From: Jes Sorensen @ 2015-08-03 15:44 UTC (permalink / raw)
  To: Ting-Chih Hsiao; +Cc: Larry.Finger, linux-wireless

Ting-Chih Hsiao <s894330@hotmail.com> writes:
> remove spaces at the start of a line
> align enum variable with other parameters
>
> Signed-off-by: Ting-Chih Hsiao <s894330@hotmail.com>
> ---
>  drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
> index 342dec3..a63c6cb 100644
> --- a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
> +++ b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
> @@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A(
>  	struct dm_odm_t *pDM_Odm,
>  	u32					Addr,
>  	u32					Data,
> -  enum RF_RADIO_PATH     RF_PATH,
> +	enum RF_RADIO_PATH     RF_PATH,
>  	u32				    RegAddr
>  	)
>  {

Patch looks fine, but remember to always CC devel@driverdev.osuosl.org
on staging patches.

Jes

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl.
@ 2015-08-04  3:21 Ting-Chih Hsiao
  2015-08-04 10:34 ` Jes Sorensen
  0 siblings, 1 reply; 4+ messages in thread
From: Ting-Chih Hsiao @ 2015-08-04  3:21 UTC (permalink / raw)
  To: Larry.Finger, Jes.Sorensen, linux-wireless; +Cc: devel

remove spaces at the start of a line
align enum variable with other parameters

Signed-off-by: Ting-Chih Hsiao <s894330@hotmail.com>
---
 drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
index 342dec3..a63c6cb 100644
--- a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
+++ b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
@@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A(
 	struct dm_odm_t *pDM_Odm,
 	u32					Addr,
 	u32					Data,
-  enum RF_RADIO_PATH     RF_PATH,
+	enum RF_RADIO_PATH     RF_PATH,
 	u32				    RegAddr
 	)
 {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl.
  2015-08-04  3:21 [PATCH] staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl Ting-Chih Hsiao
@ 2015-08-04 10:34 ` Jes Sorensen
  0 siblings, 0 replies; 4+ messages in thread
From: Jes Sorensen @ 2015-08-04 10:34 UTC (permalink / raw)
  To: Ting-Chih Hsiao; +Cc: Larry.Finger, linux-wireless, devel

Ting-Chih Hsiao <s894330@hotmail.com> writes:
> remove spaces at the start of a line
> align enum variable with other parameters
>
> Signed-off-by: Ting-Chih Hsiao <s894330@hotmail.com>


Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com>

> ---
>  drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
> index 342dec3..a63c6cb 100644
> --- a/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
> +++ b/drivers/staging/rtl8723au/hal/odm_RegConfig8723A.c
> @@ -21,7 +21,7 @@ odm_ConfigRFReg_8723A(
>  	struct dm_odm_t *pDM_Odm,
>  	u32					Addr,
>  	u32					Data,
> -  enum RF_RADIO_PATH     RF_PATH,
> +	enum RF_RADIO_PATH     RF_PATH,
>  	u32				    RegAddr
>  	)
>  {

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-04 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04  3:21 [PATCH] staging: rtl8723au: fix up coding style warnings reported by checkpatch.pl Ting-Chih Hsiao
2015-08-04 10:34 ` Jes Sorensen
  -- strict thread matches above, loose matches on Subject: below --
2015-08-03  3:57 Ting-Chih Hsiao
2015-08-03 15:44 ` Jes Sorensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).