recently I found some code style problems while using checkpatch.pl tool,please 
review.

Haoyu Chai (5):
 softmmu: add spaces around operator
 softmmu: braces {} are needed for if statement
 softmmu: don't use '#' flag of printf format ('%#') in format strings
 softmmu: "foo* bar" should be "foo *bar"
 softmmu: code indent should never use tabs

 softmmu/bootdevice.c   |  4 ++--
 softmmu/cpus.c         |  6 ++++--
 softmmu/device_tree.c  |  2 +-
 softmmu/dma-helpers.c  |  3 ++-
 softmmu/globals.c      |  2 +-
 softmmu/memory.c       | 19 ++++++++++---------
 softmmu/physmem.c      | 17 +++++++++++------
 softmmu/qdev-monitor.c | 16 ++++++++++------
 softmmu/runstate.c     |  4 ++--
 9 files changed, 43 insertions(+), 30 deletions(-)

-- 
2.29.1.59.gf9b6481aed

Reply via email to