diff options
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 5be20a7bbb0d..ba72f6baae1a 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -3272,7 +3272,7 @@ static inline int __dev_uc_sync(struct net_device *dev, | |||
| 3272 | } | 3272 | } |
| 3273 | 3273 | ||
| 3274 | /** | 3274 | /** |
| 3275 | * __dev_uc_unsync - Remove synchonized addresses from device | 3275 | * __dev_uc_unsync - Remove synchronized addresses from device |
| 3276 | * @dev: device to sync | 3276 | * @dev: device to sync |
| 3277 | * @unsync: function to call if address should be removed | 3277 | * @unsync: function to call if address should be removed |
| 3278 | * | 3278 | * |
| @@ -3316,7 +3316,7 @@ static inline int __dev_mc_sync(struct net_device *dev, | |||
| 3316 | } | 3316 | } |
| 3317 | 3317 | ||
| 3318 | /** | 3318 | /** |
| 3319 | * __dev_mc_unsync - Remove synchonized addresses from device | 3319 | * __dev_mc_unsync - Remove synchronized addresses from device |
| 3320 | * @dev: device to sync | 3320 | * @dev: device to sync |
| 3321 | * @unsync: function to call if address should be removed | 3321 | * @unsync: function to call if address should be removed |
| 3322 | * | 3322 | * |
