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: v5.15~15549^2~887 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95829dcbeeba19146f7321658d311146399bef5d;p=platform%2Fkernel%2Flinux-starfive.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 eb598cf..f354f5e 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;