commit | e83887f67bee00daca7db271fa44db462c55eb28 | [log] [tgz] |
---|---|---|
author | Li RongQing <[email protected]> | Wed Feb 27 20:47:57 2019 +0800 |
committer | David S. Miller <[email protected]> | Wed Feb 27 10:07:57 2019 -0800 |
tree | afb373a65d8420e19824393774e827b71e13911a | |
parent | ff8285f81822dc8f528b36b6c5c8ab132367e92d [diff] |
ethtool: Use explicit designated initializers for .cmd Initialize the .cmd member by using a designated struct initializer. This fixes warning of missing field initializers, and makes code a little easier to read. Signed-off-by: Li RongQing <[email protected]> Reviewed-by: Michal Kubecek <[email protected]> Signed-off-by: David S. Miller <[email protected]>