[PATCH] staging: rtl8712: Fix Alignment CHECK

Greg KH gregkh at linuxfoundation.org
Mon Jul 15 19:40:52 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

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- You sent multiple patches, yet no indication of which ones should be
  applied in which order.  Greg could just guess, but if you are
  receiving this email, he guessed wrong and the patches didn't apply.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/SubmittingPatches for a description of how
  to do this so that Greg has a chance to apply these correctly.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot


More information about the devel mailing list