All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] solos-pci: Use VPI.VCI notation consistently throughout module
@ 2011-03-28  6:56 Philip Prindeville
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Prindeville @ 2011-03-28  6:56 UTC (permalink / raw)
  To: Netdev; +Cc: chas williams - CONTRACTOR, Nathan Williams, Karl Hiramoto

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;
  				}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 1/2] solos-pci: Use VPI.VCI notation consistently throughout module
@ 2011-03-28  5:18 Philip Prindeville
  0 siblings, 0 replies; 2+ messages in thread
From: Philip Prindeville @ 2011-03-28  5:18 UTC (permalink / raw)
  To: Netdev

     Use VPI.VCI notation consistently.

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;
  				}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-28  6:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-28  6:56 [PATCH 1/2] solos-pci: Use VPI.VCI notation consistently throughout module Philip Prindeville
  -- strict thread matches above, loose matches on Subject: below --
2011-03-28  5:18 Philip Prindeville

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.