[PATCH] Staging: rtl8723bs: Externs should be avoided in .C file

Joe Perches joe at perches.com
Thu Oct 5 13:03:53 UTC 2017


On Thu, 2017-10-05 at 13:28 +0200, Srinivasan Shanmugam wrote:
> Fix checkpatch issues: "CHECK: Alignment should match open parenthesis"

Subject and commit message don't match

> diff --git a/drivers/staging/rtl8723bs/core/rtw_recv.c b/drivers/staging/rtl8723bs/core/rtw_recv.c
[]
> @@ -1227,7 +1227,7 @@ sint validate_recv_ctrl_frame(struct adapter *padapter, union recv_frame *precv_
>  union recv_frame *recvframe_chk_defrag(struct adapter *padapter, union recv_frame *precv_frame);
>  
>  static sint validate_recv_mgnt_frame(struct adapter *padapter,
> -				    union recv_frame *precv_frame)
> +				     union recv_frame *precv_frame)
>  {
>  	/* struct mlme_priv *pmlmepriv = &adapter->mlmepriv; */
>  


More information about the devel mailing list