Explorar o código

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>
Nicolas Dichtel %!s(int64=9) %!d(string=hai) anos
pai
achega
3e34766048
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Documentation/networking/switchdev.txt
  2. 1 1
      net/switchdev/switchdev.c

+ 1 - 1
Documentation/networking/switchdev.txt

@@ -386,7 +386,7 @@ used. First phase is to "prepare" anything needed, including various checks,
 memory allocation, etc. The goal is to handle the stuff that is not unlikely
 memory allocation, etc. The goal is to handle the stuff that is not unlikely
 to fail here. The second phase is to "commit" the actual changes.
 to fail here. The second phase is to "commit" the actual changes.
 
 
-Switchdev provides an inftrastructure for sharing items (for example memory
+Switchdev provides an infrastructure for sharing items (for example memory
 allocations) between the two phases.
 allocations) between the two phases.
 
 
 The object created by a driver in "prepare" phase and it is queued up by:
 The object created by a driver in "prepare" phase and it is queued up by:

+ 1 - 1
net/switchdev/switchdev.c

@@ -1079,7 +1079,7 @@ nla_put_failure:
  *	@filter_dev: filter device
  *	@filter_dev: filter device
  *	@idx:
  *	@idx:
  *
  *
- *	Delete FDB entry from switch device.
+ *	Dump FDB entries from switch device.
  */
  */
 int switchdev_port_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb,
 int switchdev_port_fdb_dump(struct sk_buff *skb, struct netlink_callback *cb,
 			    struct net_device *dev,
 			    struct net_device *dev,