From: Edward Lipinsky Date: Sat, 18 Apr 2015 16:35:19 +0000 (-0700) Subject: Staging: rtl8723au: hal: Remove trailing whitespace in odm.c X-Git-Tag: firefly_0821_release~176^2~1545^2~887 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=95829dcbeeba19146f7321658d311146399bef5d;p=firefly-linux-kernel-4.4.55.git Staging: rtl8723au: hal: Remove trailing whitespace in odm.c This patch fixes the checkpatch.pl error: ERROR: trailing whitespace Signed-off-by: Edward Lipinsky Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/hal/odm.c b/drivers/staging/rtl8723au/hal/odm.c index eb598cf8d229..f354f5e11a30 100644 --- a/drivers/staging/rtl8723au/hal/odm.c +++ b/drivers/staging/rtl8723au/hal/odm.c @@ -388,7 +388,7 @@ void odm_CommonInfoSelfInit23a(struct dm_odm_t *pDM_Odm) pDM_Odm->bCckHighPower = true; else pDM_Odm->bCckHighPower = false; - + pDM_Odm->RFPathRxEnable = rtl8723au_read32(pDM_Odm->Adapter, rOFDM0_TRxPathEnable) & 0x0F;