mirror of
https://github.com/torvalds/linux.git
synced 2024-12-05 02:23:16 +00:00
usbnet: ax88179_178a: Correct a typo in description
Correct a typo in description of driver_info, it should be Gigabit Signed-off-by: David Chang <dchang@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2ffae99d1f
commit
803dee9583
@ -1371,7 +1371,7 @@ static int ax88179_stop(struct usbnet *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static const struct driver_info ax88179_info = {
|
static const struct driver_info ax88179_info = {
|
||||||
.description = "ASIX AX88179 USB 3.0 Gigibit Ethernet",
|
.description = "ASIX AX88179 USB 3.0 Gigabit Ethernet",
|
||||||
.bind = ax88179_bind,
|
.bind = ax88179_bind,
|
||||||
.unbind = ax88179_unbind,
|
.unbind = ax88179_unbind,
|
||||||
.status = ax88179_status,
|
.status = ax88179_status,
|
||||||
@ -1384,7 +1384,7 @@ static const struct driver_info ax88179_info = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct driver_info ax88178a_info = {
|
static const struct driver_info ax88178a_info = {
|
||||||
.description = "ASIX AX88178A USB 2.0 Gigibit Ethernet",
|
.description = "ASIX AX88178A USB 2.0 Gigabit Ethernet",
|
||||||
.bind = ax88179_bind,
|
.bind = ax88179_bind,
|
||||||
.unbind = ax88179_unbind,
|
.unbind = ax88179_unbind,
|
||||||
.status = ax88179_status,
|
.status = ax88179_status,
|
||||||
|
Loading…
Reference in New Issue
Block a user