On 2019/3/20 23:28, Leon Romanovsky wrote: > On Wed, Mar 20, 2019 at 09:50:47PM +0800, Yue Haibing wrote: >> From: YueHaibing <yuehaib...@huawei.com> >> >> Fix sparse warning: >> >> drivers/infiniband/hw/hns/hns_roce_hw_v2.c:1089:5: >> warning: symbol 'hns_roce_cmq_send' was not declared. Should it be static? >> >> Signed-off-by: YueHaibing <yuehaib...@huawei.com> >> --- >> drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> > > Thanks for your patch, but such fix was already submitted. > https://patchwork.kernel.org/patch/10859135/
Good to know this, Thanks! > > Thanks >