diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-09-21 06:02:31 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-09-23 19:13:56 +0200 |
commit | df55509470d9b386be10510824e787140fd6ca05 (patch) | |
tree | 489a98e1f5ecce253631b2f46cb61371552d8d72 /scripts/modules | |
parent | 420bd5660b87f3d3ebca58548f14548c984fab82 (diff) |
migration/multifd: Remove superfluous semicolons
checkpatch.pl report superfluous semicolons since commit
ee0f3c09e01, but this one was missed:
scripts/checkpatch.pl d32ca5ad798~..d32ca5ad798
ERROR: superfluous trailing semicolon
#498: FILE: migration/multifd.c:308:
+ ram_counters.transferred += transferred;;
total: 1 errors, 1 warnings, 2073 lines checked
Fixes: d32ca5ad798 ("multifd: Split multifd code into its own file")
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200921040231.437653-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'scripts/modules')
0 files changed, 0 insertions, 0 deletions