From: Greg KH <gregkh@linuxfoundation.org>
To: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [Outreachy kernel] [PATCH 1/3] Staging: rtl8723au: Remove warning quoted string split across lines.
Date: Thu, 26 Feb 2015 13:04:37 -0800 [thread overview]
Message-ID: <20150226210437.GA7376@kroah.com> (raw)
In-Reply-To: <1424937128-16981-1-git-send-email-aysemelikeyurtoglu@gmail.com>
On Thu, Feb 26, 2015 at 09:52:06AM +0200, Melike Yurtoglu wrote:
> WARNING: quoted string split across lines
> That was found by running checkpatch.
>
> Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com>
> ---
> drivers/staging/rtl8723au/os_dep/usb_intf.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtl8723au/os_dep/usb_intf.c b/drivers/staging/rtl8723au/os_dep/usb_intf.c
> index 05755b8..e8158c2 100644
> --- a/drivers/staging/rtl8723au/os_dep/usb_intf.c
> +++ b/drivers/staging/rtl8723au/os_dep/usb_intf.c
> @@ -130,8 +130,8 @@ static struct dvobj_priv *usb_dvobj_init(struct usb_interface *usb_intf)
> usb_endpoint_num(pendp_desc);
> pdvobjpriv->RtNumInPipes++;
> } else if (usb_endpoint_is_int_in(pendp_desc)) {
> - DBG_8723A("usb_endpoint_is_int_in = %x, Interval = "
> - "%x\n", usb_endpoint_num(pendp_desc),
> + DBG_8723A("usb_endpoint_is_int_in = %x",
> + "Interval =%x\n", usb_endpoint_num(pendp_desc),
That change does not look correct at all, did you compile this?
thanks,
greg k-h
prev parent reply other threads:[~2015-02-26 21:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-26 7:52 [PATCH 1/3] Staging: rtl8723au: Remove warning quoted string split across lines Melike Yurtoglu
2015-02-26 7:52 ` [PATCH 2/3] Staging: rtl8723au: Remove return in void function Melike Yurtoglu
2015-02-26 9:51 ` [Outreachy kernel] " Daniel Baluta
2015-02-26 7:52 ` [PATCH 3/3] Staging: rtl8723au: Add blank line after declarations Melike Yurtoglu
2015-02-26 9:04 ` [Outreachy kernel] " Julia Lawall
2015-02-26 9:05 ` [Outreachy kernel] [PATCH 1/3] Staging: rtl8723au: Remove warning quoted string split across lines Julia Lawall
2015-02-26 21:04 ` Greg KH [this message]
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=20150226210437.GA7376@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=aysemelikeyurtoglu@gmail.com \
--cc=outreachy-kernel@googlegroups.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.