OSDN Git Service

hw/ssi: xilinx_spips: Clean up coding convention issues
authorXuzhou Cheng <xuzhou.cheng@windriver.com>
Wed, 3 Mar 2021 13:52:53 +0000 (21:52 +0800)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 10 Mar 2021 13:54:51 +0000 (13:54 +0000)
commit3754eed4206f2472b5f4e4c3d84a1d39f0cd5d7c
tree19590e62a293440e427f89e552a14ccf02f93cda
parent668351a54883b6283e7ae94daf4d4eca1a071158
hw/ssi: xilinx_spips: Clean up coding convention issues

There are some coding convention warnings in xilinx_spips.c,
as reported by:

  $ ./scripts/checkpatch.pl hw/ssi/xilinx_spips.c

Let's clean them up.

Signed-off-by: Xuzhou Cheng <xuzhou.cheng@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 20210303135254.3970-5-bmeng.cn@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/ssi/xilinx_spips.c