[PATCH v2 0/8] Fix some style problems in migration

Bihong Yu posted 8 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1602508140-11372-1-git-send-email-yubihong@huawei.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Fam Zheng <fam@euphon.net>, Juan Quintela <quintela@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
migration/block.c        |  4 ++--
migration/migration.c    |  4 ++--
migration/migration.h    |  3 +--
migration/postcopy-ram.c |  2 +-
migration/ram.c          | 14 ++++++++------
migration/rdma.c         |  7 ++++---
migration/savevm.c       |  4 ++--
migration/vmstate.c      | 10 +++++-----
8 files changed, 25 insertions(+), 23 deletions(-)
[PATCH v2 0/8] Fix some style problems in migration
Posted by Bihong Yu 3 years, 6 months ago
Recently I am reading migration related code, find some style problems in
migration directory while using checkpatch.pl to check migration code. Fix the
error style problems.

v2:
- fix Signed-off-by error
- fix printf format error: "%0x" -> "0x%x"

Bihong Yu (8):
  migration: Do not use C99 // comments
  migration: Don't use '#' flag of printf format
  migration: Add spaces around operator
  migration: Open brace '{' following struct go on the same line
  migration: Add braces {} for if statement
  migration: Do not initialise statics and globals to 0 or NULL
  migration: Open brace '{' following function declarations go on the
    next line
  migration: Delete redundant spaces

 migration/block.c        |  4 ++--
 migration/migration.c    |  4 ++--
 migration/migration.h    |  3 +--
 migration/postcopy-ram.c |  2 +-
 migration/ram.c          | 14 ++++++++------
 migration/rdma.c         |  7 ++++---
 migration/savevm.c       |  4 ++--
 migration/vmstate.c      | 10 +++++-----
 8 files changed, 25 insertions(+), 23 deletions(-)

-- 
1.8.3.1