From: Greg KH <gregkh@linuxfoundation.org>
To: sayli karnik <karniksayli1995@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH 1/4] staging: i4l: act2000: Replace printk(KERN_WARNING..) with netdev_warn(dev, ..)
Date: Tue, 20 Sep 2016 13:50:02 +0200 [thread overview]
Message-ID: <20160920115002.GA14478@kroah.com> (raw)
In-Reply-To: <93a41d1940c7d904b672acf7825392e37c9a213b.1474308584.git.karniksayli1995@gmail.com>
On Mon, Sep 19, 2016 at 11:51:25PM +0530, sayli karnik wrote:
> This patch fixes the checkpatch warning:
> WARNING: Prefer [subsystem eg: netdev]_warn([subsystem]dev, ... then
> dev_warn(dev, ... then pr_warn(... to printk(KERN_WARNING ...
>
> Signed-off-by: sayli karnik <karniksayli1995@gmail.com>
> ---
> drivers/staging/i4l/act2000/act2000_isa.c | 20 +++++++++-----------
> 1 file changed, 9 insertions(+), 11 deletions(-)
This series doesn't apply to the tree at all, can you refresh and rebase
and resend?
thanks,
greg k-h
next prev parent reply other threads:[~2016-09-20 11:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-19 18:20 [PATCH 0/4] staging: i4l: act2000: Fix multiple checkpatch warnings sayli karnik
2016-09-19 18:21 ` [PATCH 1/4] staging: i4l: act2000: Replace printk(KERN_WARNING..) with netdev_warn(dev, ..) sayli karnik
2016-09-20 11:50 ` Greg KH [this message]
2016-09-19 18:22 ` [PATCH 2/4] staging: i4l: act2000: Correct the spelling for resources sayli karnik
2016-09-19 18:22 ` [PATCH 3/4] staging: i4l: act2000: Add a blank line after declarations sayli karnik
2016-09-19 18:23 ` [PATCH 4/4] staging: i4l: act2000: Replace explicit NULL comparison with ! operator sayli karnik
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=20160920115002.GA14478@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=karniksayli1995@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.