]> git.proxmox.com Git - mirror_qemu.git/commit
contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"
authorzhouyang <zhouyang789@huawei.com>
Sat, 13 Feb 2021 13:03:07 +0000 (13:03 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 18 Feb 2021 08:17:11 +0000 (08:17 +0000)
commit247b3c7053114fed2f84f88ab9e91fb259e98ae0
tree148c3200c91da5438392ee6bdcc6ce6e57cd8207
parent7fe7ab15e72fcc7c2b4509532990126f5fa5ebfa
contrib: Fix some code style problems, ERROR: "foo * bar" should be "foo *bar"

I am reading contrib related code and found some style problems while
check the code using checkpatch.pl. This commit fixs the issue below:
ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: zhouyang <zhouyang789@huawei.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210118031004.1662363-3-zhouyang789@huawei.com>
Message-Id: <20210213130325.14781-6-alex.bennee@linaro.org>
contrib/plugins/howvec.c