Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e347660 authored by Nicolas Dichtel's avatar Nicolas Dichtel Committed by David S. Miller
Browse files

switchdev: fix typo in comments/doc



Two minor typo.

Signed-off-by: default avatarNicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ba504994
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
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.

The object created by a driver in "prepare" phase and it is queued up by:
+1 −1
Original line number Diff line number Diff line
@@ -1079,7 +1079,7 @@ static int switchdev_port_fdb_dump_cb(struct switchdev_obj *obj)
 *	@filter_dev: filter device
 *	@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,
			    struct net_device *dev,