mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-24 19:30:38 +01:00
trivial: fix typo in comment
This commit is contained in:
parent
0361b1ca8f
commit
6ede6ed17f
1 changed files with 1 additions and 3 deletions
|
|
@ -874,9 +874,7 @@ link_supports_vlans (NMPlatform *platform, int ifindex)
|
|||
struct ethtool_get_features_block features_block;
|
||||
} edata = { .features = { .cmd = ETHTOOL_GFEATURES, .size = 1 } };
|
||||
|
||||
/* Only ARPHDR_ETHER links can possibly support VLANs. Thanks to Dan Winship
|
||||
* for pointing this out.
|
||||
*/
|
||||
/* Only ARPHRD_ETHER links can possibly support VLANs. */
|
||||
if (!rtnllink || rtnl_link_get_arptype (rtnllink) != ARPHRD_ETHER)
|
||||
return FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue