realtek: fix typo in rtl838x.h (#11273)

Addres -> Address
This commit is contained in:
Ikko Eltociear Ashimine 2023-06-05 12:01:22 +09:00 committed by GitHub
parent e56218bff2
commit 58145e9906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,7 +411,7 @@ struct rtl838x_l2_entry {
struct rtl838x_nexthop { struct rtl838x_nexthop {
u16 id; // ID in HW Nexthop table u16 id; // ID in HW Nexthop table
u32 ip; // IP Addres of nexthop u32 ip; // IP Address of nexthop
u32 dev_id; u32 dev_id;
u16 port; u16 port;
u16 vid; u16 vid;