commit | d0d72bac023937b5194b4739136940d2bdf53001 | [log] [tgz] |
---|---|---|
author | Jian Shen <shenjian15@huawei.com> | Fri Sep 21 16:41:38 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 21 19:29:32 2018 -0700 |
tree | 7cdb928dd8ac775197bd3f19fad0202fa71a2251 | |
parent | adefc0a2ff465f4ac4a88450fe69d336c8b074c5 [diff] |
net: hns3: Unify the type convert for desc.data For desc.data is already point to the address of struct member "data[6]", it's unnecessary to use '&' to get its address. This patch unifies all the type convert for dest.data, using "req = (struct name *)dest.data". Signed-off-by: Jian Shen <shenjian15@huawei.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>