netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: chenweilong@huawei.com
Cc: alex.bluesman.smirnov@gmail.com, dbaryshkov@gmail.com,
	netdev@vger.kernel.org
Subject: Re: [PATCH] mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warning(...
Date: Sun, 22 Dec 2013 18:05:40 -0500 (EST)	[thread overview]
Message-ID: <20131222.180540.1526177824570276905.davem@davemloft.net> (raw)
In-Reply-To: <1387359364-5892-1-git-send-email-chenweilong@huawei.com>

From: Chen Weilong <chenweilong@huawei.com>
Date: Wed, 18 Dec 2013 17:36:04 +0800

> -		pr_warning("ieee802154: bad frame received (type = %d)\n",
> +		pr_warn("ieee802154: bad frame received (type = %d)\n",
>  			   mac_cb_type(skb));

You have to fix up the indentation of the second line if you adjust the
first line like this.

      parent reply	other threads:[~2013-12-22 23:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18  9:36 [PATCH] mac802154: fix following checkpath.pl warning Prefer pr_warn(... to pr_warning( Chen Weilong
2013-12-19  1:22 ` [PATCH resend net-next] " chenweilong
2013-12-22 23:53   ` David Miller
2013-12-22 23:05 ` David Miller [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=20131222.180540.1526177824570276905.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=alex.bluesman.smirnov@gmail.com \
    --cc=chenweilong@huawei.com \
    --cc=dbaryshkov@gmail.com \
    --cc=netdev@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).