* [PATCH] staging:rtl8723au:odm.c:Removing trailing whitespaces
@ 2015-06-20 12:46 Joglekar, Tejas (T.)
2015-06-22 18:24 ` Jes Sorensen
0 siblings, 1 reply; 2+ messages in thread
From: Joglekar, Tejas (T.) @ 2015-06-20 12:46 UTC (permalink / raw)
To: Larry.Finger@lwfinger.net, Jes.Sorensen@redhat.com,
gregkh@linuxfoundation.org,
rickard_strandqvist@spectrumdigital.se
Cc: linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
From: Joglekar Tejas <tjogleka@visteon.com>
This patch removes the trailing whitespace error given
by checkpatch.pl
Signed-off-by: Joglekar Tejas <tjogleka@visteon.com>
---
drivers/staging/rtl8723au/hal/odm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723au/hal/odm.c b/drivers/staging/rtl8723au/hal/odm.c
index f354f5e..6b9dbef 100644
--- a/drivers/staging/rtl8723au/hal/odm.c
+++ b/drivers/staging/rtl8723au/hal/odm.c
@@ -985,7 +985,7 @@ void ODM_RF_Saving23a(struct dm_odm_t *pDM_Odm, u8 bForceInNormal)
val32 = rtl8723au_read32(adapter, 0x874);
val32 |= pDM_PSTable->Reg874;
rtl8723au_write32(adapter, 0x874, val32);
-
+
val32 = rtl8723au_read32(adapter, 0xc70);
val32 |= pDM_PSTable->RegC70;
rtl8723au_write32(adapter, 0xc70, val32);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging:rtl8723au:odm.c:Removing trailing whitespaces
2015-06-20 12:46 [PATCH] staging:rtl8723au:odm.c:Removing trailing whitespaces Joglekar, Tejas (T.)
@ 2015-06-22 18:24 ` Jes Sorensen
0 siblings, 0 replies; 2+ messages in thread
From: Jes Sorensen @ 2015-06-22 18:24 UTC (permalink / raw)
To: Joglekar, Tejas (T.)
Cc: Larry.Finger@lwfinger.net, gregkh@linuxfoundation.org,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org
"Joglekar, Tejas (T.)" <tjogleka@visteon.com> writes:
> From: Joglekar Tejas <tjogleka@visteon.com>
>
> This patch removes the trailing whitespace error given
> by checkpatch.pl
>
> Signed-off-by: Joglekar Tejas <tjogleka@visteon.com>
> ---
> drivers/staging/rtl8723au/hal/odm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Looks straight forward.
Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Jes
> diff --git a/drivers/staging/rtl8723au/hal/odm.c b/drivers/staging/rtl8723au/hal/odm.c
> index f354f5e..6b9dbef 100644
> --- a/drivers/staging/rtl8723au/hal/odm.c
> +++ b/drivers/staging/rtl8723au/hal/odm.c
> @@ -985,7 +985,7 @@ void ODM_RF_Saving23a(struct dm_odm_t *pDM_Odm, u8 bForceInNormal)
> val32 = rtl8723au_read32(adapter, 0x874);
> val32 |= pDM_PSTable->Reg874;
> rtl8723au_write32(adapter, 0x874, val32);
> -
> +
> val32 = rtl8723au_read32(adapter, 0xc70);
> val32 |= pDM_PSTable->RegC70;
> rtl8723au_write32(adapter, 0xc70, val32);
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-22 18:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-20 12:46 [PATCH] staging:rtl8723au:odm.c:Removing trailing whitespaces Joglekar, Tejas (T.)
2015-06-22 18:24 ` 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).