lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 16 May 2014 20:46:17 -0700 From: Stephen Hemminger <stephen@...workplumber.org> To: David Miller <davem@...emloft.net>, netdev@...r.kernel.org Subject: [PATCH net-next] bridge: fix spelling of promiscuous Signed-off-by: Stephen Hemminger <stephen@...workplumber.org> --- 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. */ -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists