9p/xen: Fix format argument warning
authorYe Bin <yebin10@huawei.com>
Fri, 9 Oct 2020 08:05:52 +0000 (16:05 +0800)
committerDominique Martinet <asmadeus@codewreck.org>
Fri, 9 Oct 2020 08:23:29 +0000 (10:23 +0200)
commit316a1bef0d1622410c9f0f301173d0a03168ce37
tree0304ae8e6faacbfaa3d96a6e63e7ed6c0f027c66
parentf5f7ab168b9a60e12a4b8f2bb6fcc91321dc23c1
9p/xen: Fix format argument warning

Fix follow warnings:
[net/9p/trans_xen.c:454]: (warning) %u in format string (no. 1) requires
'unsigned int' but the argument type is 'int'.
[net/9p/trans_xen.c:460]: (warning) %u in format string (no. 1) requires
'unsigned int' but the argument type is 'int'.

Link: http://lkml.kernel.org/r/20201009080552.89918-1-yebin10@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Ye Bin <yebin10@huawei.com>
Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
net/9p/trans_xen.c