]> git.droids-corp.org - dpdk.git/commit
net/iavf: remove git residue symbol
authorHaiyue Wang <haiyue.wang@intel.com>
Thu, 16 Dec 2021 04:43:42 +0000 (12:43 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Sun, 2 Jan 2022 08:27:40 +0000 (09:27 +0100)
commit9b8b48f43bc53f819315f38c8a78cbeac8fb09e5
tree3bd9c2b3ee84592de01e1bf66d5bce1f2795906c
parentfd5ad5638ec0187334f0d717852e1d55aff3a0ea
net/iavf: remove git residue symbol

This extra symbol '+' should be added when patch was reapplied, and the
compiler treats it as unsigned type, so the code still runs well.

Fixes: 84108425054a ("net/iavf: support asynchronous virtual channel message")
Cc: stable@dpdk.org
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
drivers/net/iavf/iavf_vchnl.c