diff mbox

[net-next] bridge: fix spelling of promiscuous

Message ID 20140516204617.7bddc581@nehalam.linuxnetplumber.net
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Stephen Hemminger May 17, 2014, 3:46 a.m. UTC
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

David Miller May 19, 2014, 1:10 a.m. UTC | #1
From: Stephen Hemminger <stephen@networkplumber.org>
Date: Fri, 16 May 2014 20:46:17 -0700

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

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/net/bridge/br_if.c	2014-05-16 20:27:32.487420011 -0700
+++ b/net/bridge/br_if.c	2014-05-16 20:36:45.860301171 -0700
@@ -178,7 +178,7 @@  static void nbp_update_port_count(struct
 
 static void nbp_delete_promisc(struct net_bridge_port *p)
 {
-	/* If port is currently promiscous, unset promiscuity.
+	/* If port is currently promiscuous, unset promiscuity.
 	 * Otherwise, it is a static port so remove all addresses
 	 * from it.
 	 */