Ting-Chih Hsiao <[email protected]> writes: > remove spaces at the start of a line > align enum variable with other parameters > > Signed-off-by: Ting-Chih Hsiao <[email protected]>
Acked-by: Jes Sorensen <[email protected]> > --- > 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 > ) > { -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
