From: "Bjørn Mork" <bjorn@mork.no>
To: Koki Sanagi <sanagi.koki@jp.fujitsu.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net,
jeffrey.t.kirsher@intel.com, jesse.brandeburg@intel.com,
bruce.w.allan@intel.com, carolyn.wyborny@intel.com,
donald.c.skidmore@intel.com, gregory.v.rose@intel.com,
peter.p.waskiewicz.jr@intel.com, alexander.h.duyck@intel.com,
john.ronciak@intel.com, tushar.n.dave@intel.com,
e1000-devel@lists.sourceforge.net
Subject: Re: [PATCH 2/2] e1000e: display a warning message when SmartSpeed works
Date: Wed, 16 Jan 2013 13:59:32 +0100 [thread overview]
Message-ID: <87sj61gu6j.fsf@nemi.mork.no> (raw)
In-Reply-To: <50F60F18.2030108@jp.fujitsu.com> (Koki Sanagi's message of "Wed, 16 Jan 2013 11:23:20 +0900")
Koki Sanagi <sanagi.koki@jp.fujitsu.com> writes:
> + if (phy->speed_downgraded)
> + netdev_warn(netdev, "Link Speed was "
> + "downgraded by SmartSpeed\n");
> +
Could you please avoid breaking the string both here and in the igb
patch? This breaks the ability to grep for the warning.
Quoting Documentation/CodingStyle, Chapter 2:
"However, never break user-visible strings such as printk messages,
because that breaks the ability to grep for them."
Bjørn
next prev parent reply other threads:[~2013-01-16 13:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 2:23 [PATCH 2/2] e1000e: display a warning message when SmartSpeed works Koki Sanagi
2013-01-16 2:54 ` Jeff Kirsher
2013-01-16 12:59 ` Bjørn Mork [this message]
2013-01-16 21:16 ` Jeff Kirsher
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=87sj61gu6j.fsf@nemi.mork.no \
--to=bjorn@mork.no \
--cc=alexander.h.duyck@intel.com \
--cc=bruce.w.allan@intel.com \
--cc=carolyn.wyborny@intel.com \
--cc=davem@davemloft.net \
--cc=donald.c.skidmore@intel.com \
--cc=e1000-devel@lists.sourceforge.net \
--cc=gregory.v.rose@intel.com \
--cc=jeffrey.t.kirsher@intel.com \
--cc=jesse.brandeburg@intel.com \
--cc=john.ronciak@intel.com \
--cc=netdev@vger.kernel.org \
--cc=peter.p.waskiewicz.jr@intel.com \
--cc=sanagi.koki@jp.fujitsu.com \
--cc=tushar.n.dave@intel.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.