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.
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