netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] bridge: spelling fixes
@ 2013-12-16 13:32 Tan Xiaojun
  2013-12-16 17:49 ` Stephen Hemminger
  2013-12-18 22:53 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Tan Xiaojun @ 2013-12-16 13:32 UTC (permalink / raw)
  To: stephen, davem; +Cc: bridge, netdev

Fix spelling errors in bridge driver.

Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>
---
 net/bridge/br_forward.c | 2 +-
 net/bridge/br_if.c      | 2 +-
 net/bridge/br_vlan.c    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/bridge/br_forward.c b/net/bridge/br_forward.c
index 4b81b14..96866aa 100644
--- a/net/bridge/br_forward.c
+++ b/net/bridge/br_forward.c
@@ -26,7 +26,7 @@ static int deliver_clone(const struct net_bridge_port *prev,
 			 void (*__packet_hook)(const struct net_bridge_port *p,
 					       struct sk_buff *skb));
 
-/* Don't forward packets to originating port or forwarding diasabled */
+/* Don't forward packets to originating port or forwarding disabled */
 static inline int should_deliver(const struct net_bridge_port *p,
 				 const struct sk_buff *skb)
 {
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c
index 4bf02ad..1f6bd1e 100644
--- a/net/bridge/br_if.c
+++ b/net/bridge/br_if.c
@@ -61,7 +61,7 @@ static int port_cost(struct net_device *dev)
 }
 
 
-/* Check for port carrier transistions. */
+/* Check for port carrier transitions. */
 void br_port_carrier_check(struct net_bridge_port *p)
 {
 	struct net_device *dev = p->dev;
diff --git a/net/bridge/br_vlan.c b/net/bridge/br_vlan.c
index af5ebd1..7ffc801 100644
--- a/net/bridge/br_vlan.c
+++ b/net/bridge/br_vlan.c
@@ -146,7 +146,7 @@ struct sk_buff *br_handle_vlan(struct net_bridge *br,
 
 	/* At this point, we know that the frame was filtered and contains
 	 * a valid vlan id.  If the vlan id is set in the untagged bitmap,
-	 * send untagged; otherwise, send taged.
+	 * send untagged; otherwise, send tagged.
 	 */
 	br_vlan_get_tag(skb, &vid);
 	if (test_bit(vid, pv->untagged_bitmap))
-- 
1.8.0


.

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

* Re: [PATCH net-next] bridge: spelling fixes
  2013-12-16 13:32 [PATCH net-next] bridge: spelling fixes Tan Xiaojun
@ 2013-12-16 17:49 ` Stephen Hemminger
  2013-12-18 22:53 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Hemminger @ 2013-12-16 17:49 UTC (permalink / raw)
  To: Tan Xiaojun; +Cc: netdev, bridge, davem

On Mon, 16 Dec 2013 21:32:46 +0800
Tan Xiaojun <tanxiaojun@huawei.com> wrote:

> Fix spelling errors in bridge driver.
> 
> Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>

Acked-by: Stephen Hemminger <stephen@networkplumber.org>

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

* Re: [PATCH net-next] bridge: spelling fixes
  2013-12-16 13:32 [PATCH net-next] bridge: spelling fixes Tan Xiaojun
  2013-12-16 17:49 ` Stephen Hemminger
@ 2013-12-18 22:53 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2013-12-18 22:53 UTC (permalink / raw)
  To: tanxiaojun; +Cc: stephen, bridge, netdev

From: Tan Xiaojun <tanxiaojun@huawei.com>
Date: Mon, 16 Dec 2013 21:32:46 +0800

> Fix spelling errors in bridge driver.
> 
> Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com>

Applied, thanks.

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

end of thread, other threads:[~2013-12-18 22:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 13:32 [PATCH net-next] bridge: spelling fixes Tan Xiaojun
2013-12-16 17:49 ` Stephen Hemminger
2013-12-18 22:53 ` David Miller

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).