diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-01 16:18:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-02 02:05:05 +0200 |
commit | f62c4f3870d8114029d3ebfc7ec4421728f07f83 (patch) | |
tree | a7b4f420e628fc99d6dbc285580efc11f386d0a7 /drivers/net/usb/cdc_ether.c | |
parent | vrf: Fix a typo (diff) | |
download | linux-f62c4f3870d8114029d3ebfc7ec4421728f07f83.tar.xz linux-f62c4f3870d8114029d3ebfc7ec4421728f07f83.zip |
net: usb: Fix spelling mistakes
wierdness ==> weirdness
multicat ==> multicast
limite ==> limit
adddress ==> address
operater ==> operator
intial ==> initial
smaler ==> smaller
Communcation ==> Communication
funcitons ==> functions
everytime ==> every time
Neigbor ==> Neighbor
performace ==> performance
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/cdc_ether.c')
-rw-r--r-- | drivers/net/usb/cdc_ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c index 7eb0109e9baa..eb3817d70f2b 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c @@ -217,7 +217,7 @@ int usbnet_generic_cdc_bind(struct usbnet *dev, struct usb_interface *intf) goto bad_desc; } skip: - /* Communcation class functions with bmCapabilities are not + /* Communication class functions with bmCapabilities are not * RNDIS. But some Wireless class RNDIS functions use * bmCapabilities for their own purpose. The failsafe is * therefore applied only to Communication class RNDIS |