commit | 639d84d0c4281e6d8814bb2cc230bfe7ccf5019d | [log] [tgz] |
---|---|---|
author | Huazhong Tan <tanhuazhong@huawei.com> | Thu May 28 21:48:12 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu May 28 16:39:03 2020 -0700 |
tree | 093ad7d68e20e15e55966800b9e0c4e4b3685d3e | |
parent | 5caa039f320d023fb2a40c8c7ededfca3ce85501 [diff] |
net: hns3: modify an incorrect type in struct hclge_cfg_gro_status_cmd Modify field .gro_en in struct hclge_cfg_gro_status_cmd to u8 according to the UM, otherwise, it will overwrite the reserved byte which may be used for other purpose. Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>