From: Philip Prindeville <philipp_subx@redfish-solutions.com>
To: Netdev <netdev@vger.kernel.org>
Cc: chas williams - CONTRACTOR <chas@cmf.nrl.navy.mil>,
Nathan Williams <nathan@traverse.com.au>,
Karl Hiramoto <karl@hiramoto.org>
Subject: [PATCH 1/2] solos-pci: Use VPI.VCI notation consistently throughout module
Date: Sun, 27 Mar 2011 23:56:13 -0700 [thread overview]
Message-ID: <4D90310D.5000601@redfish-solutions.com> (raw)
From: Philip Prindeville <philipp@redfish-solutions.com>
Use VPI.VCI notation consistently throughout the module. This is the one remaining place where the VCI
is used before the VPI in any output.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
---
drivers/atm/solos-pci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/atm/solos-pci.c b/drivers/atm/solos-pci.c
index 25ef1a4..2c4146a 100644
--- a/drivers/atm/solos-pci.c
+++ b/drivers/atm/solos-pci.c
@@ -710,8 +710,8 @@ void solos_bh(unsigned long card_arg)
le16_to_cpu(header->vci));
if (!vcc) {
if (net_ratelimit())
- dev_warn(&card->dev->dev, "Received packet for unknown VCI.VPI %d.%d on port %d\n",
- le16_to_cpu(header->vci), le16_to_cpu(header->vpi),
+ dev_warn(&card->dev->dev, "Received packet for unknown VPI.VCI %d.%d on port %d\n",
+ le16_to_cpu(header->vpi), le16_to_cpu(header->vci),
port);
continue;
}
next reply other threads:[~2011-03-28 6:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-28 6:56 Philip Prindeville [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-28 5:18 [PATCH 1/2] solos-pci: Use VPI.VCI notation consistently throughout module Philip Prindeville
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=4D90310D.5000601@redfish-solutions.com \
--to=philipp_subx@redfish-solutions.com \
--cc=chas@cmf.nrl.navy.mil \
--cc=karl@hiramoto.org \
--cc=nathan@traverse.com.au \
--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 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.