[PATCH] staging: rtl8712: Fix Alignment CHECK

Greg KH gregkh at linuxfoundation.org
Mon Jul 15 19:41:24 UTC 2019


On Sat, Jul 13, 2019 at 06:47:20PM -0300, christianluciano.m at gmail.com wrote:
> From: Christian Luciano Moreno <christianluciano.m at gmail.com>
> 
> Fix alignment check reported by checkpatch.
> 
> Signed-off-by: Christian Luciano Moreno <christianluciano.m at gmail.com>
> ---
>  drivers/staging/rtl8712/recv_linux.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8712/recv_linux.c b/drivers/staging/rtl8712/recv_linux.c
> index 4e20cbafa9fb..97c980a039bd 100644
> --- a/drivers/staging/rtl8712/recv_linux.c
> +++ b/drivers/staging/rtl8712/recv_linux.c
> @@ -61,7 +61,7 @@ int r8712_os_recvbuf_resource_alloc(struct _adapter *padapter,
>  
>  /*free os related resource in struct recv_buf*/
>  int r8712_os_recvbuf_resource_free(struct _adapter *padapter,
> -			     struct recv_buf *precvbuf)
> +				   struct recv_buf *precvbuf)
>  {
>  	if (precvbuf->pskb)
>  		dev_kfree_skb_any(precvbuf->pskb);
> -- 
> 2.22.0

As my patch-bot said, you need to send all of these as a patch series,
properly numbered, so I have a chance to apply them in the correct
order.

thanks,

greg k-h


More information about the devel mailing list