* Bihong Yu ([email protected]) wrote:
> 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.
> 

Queued

> v2:
> - fix Signed-off-by error
> - fix printf format error: "%0x" -> "0x%x"
> 
> v3:
> - change "VMStateDescription * []" to "VMStateDescription *[]"
> 
> 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
> 
> 
-- 
Dr. David Alan Gilbert / [email protected] / Manchester, UK


Reply via email to