From: Greg KH <gregkh@linuxfoundation.org>
To: Ravi Teja Darbha <ravi2j@gmail.com>
Cc: Larry.Finger@lwfinger.net, florian.c.schilhabel@googlemail.com,
devel@driverdev.osuosl.org, krinkin.m.u@gmail.com,
vthakkar1994@gmail.com, linux-kernel@vger.kernel.org,
haggai.eran@gmail.com, sudipm.mukherjee@gmail.com
Subject: Re: [PATCH RESEND] rtl8712:Fix checkpatch warning
Date: Mon, 29 Jun 2015 13:37:34 -0700 [thread overview]
Message-ID: <20150629203734.GA21256@kroah.com> (raw)
In-Reply-To: <5591A828.4040906@gmail.com>
On Tue, Jun 30, 2015 at 01:48:48AM +0530, Ravi Teja Darbha wrote:
>
> Fix line over 80 characters warning.
>
> Signed-off-by: Ravi Teja Darbha <ravi2j@gmail.com>
> ---
> drivers/staging/rtl8712/rtl8712_recv.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8712/rtl8712_recv.c b/drivers/staging/rtl8712/rtl8712_recv.c
> index fcb8c61..4fa2540 100644
> --- a/drivers/staging/rtl8712/rtl8712_recv.c
> +++ b/drivers/staging/rtl8712/rtl8712_recv.c
> @@ -58,8 +58,8 @@ int r8712_init_recv_priv(struct recv_priv *precvpriv, struct _adapter *padapter)
>
> /*init recv_buf*/
> _init_queue(&precvpriv->free_recv_buf_queue);
> - precvpriv->pallocated_recv_buf = kzalloc(NR_RECVBUFF * sizeof(struct recv_buf) + 4,
> - GFP_ATOMIC);
> + precvpriv->pallocated_recv_buf =
> + kzalloc(NR_RECVBUFF * sizeof(struct recv_buf) + 4, GFP_ATOMIC);
Again, your patch is corrupted. Please test this out by emailing it to
yourself first and seeing if it can be applied, instead of sending it
out to the world in a broken format.
next prev parent reply other threads:[~2015-06-29 20:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-29 20:18 [PATCH RESEND] rtl8712:Fix checkpatch warning Ravi Teja Darbha
2015-06-29 20:33 ` Frans Klaver
2015-06-29 20:37 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-29 20:48 [PATCH] [RESEND] " Ravi Teja Darbha
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150629203734.GA21256@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=Larry.Finger@lwfinger.net \
--cc=devel@driverdev.osuosl.org \
--cc=florian.c.schilhabel@googlemail.com \
--cc=haggai.eran@gmail.com \
--cc=krinkin.m.u@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ravi2j@gmail.com \
--cc=sudipm.mukherjee@gmail.com \
--cc=vthakkar1994@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.