diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2016-03-24 11:50:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-24 14:51:24 -0400 |
commit | 3e347660488818070bff7533f8561928e09e1d65 (patch) | |
tree | 317e6af38584b02e5fb644cca29190a0115982e4 /net/switchdev/switchdev.c | |
parent | ba5049945421b8d2f3e2af786a15d13b82316503 (diff) |
switchdev: fix typo in comments/doc
Two minor typo.
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/switchdev/switchdev.c')
-rw-r--r-- | net/switchdev/switchdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/switchdev/switchdev.c b/net/switchdev/switchdev.c index 8b5833c1ff2e..2b9b98f1c2ff 100644 --- a/net/switchdev/switchdev.c +++ b/net/switchdev/switchdev.c | |||
@@ -1079,7 +1079,7 @@ nla_put_failure: | |||
1079 | * @filter_dev: filter device | 1079 | * @filter_dev: filter device |
1080 | * @idx: | 1080 | * @idx: |
1081 | * | 1081 | * |
1082 | * Delete FDB entry from switch device. | 1082 | * Dump FDB entries from switch device. |
1083 | */ | 1083 | */ |
1084 | int switchdev_port_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb, | 1084 | int switchdev_port_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb, |
1085 | struct net_device *dev, | 1085 | struct net_device *dev, |