[PATCH 0/7] minor code style fixes
Colin King
colin.king at canonical.com
Wed Oct 19 13:26:32 UTC 2016
From: Colin Ian King <colin.king at canonical.com>
Just a bunch of minor code style fixes found by cppcheck style
checker.
Colin Ian King (7):
acpi: s3power: remove redundant intialization of fwts_settings
acpi: s4: remove redundant intialization of fwts_settings
acpi: s3: remove redundant intialization of fwts_settings
lib: fwts_pipeio: remove redundant initializations of file to NULL
opal: remove redundant initializations of command to NULL
lib: fwts_framework: initialize msg to literal string
dmi: dmicheck: fix a couple of cppcheck style warnings
src/acpi/s3/s3.c | 2 +-
src/acpi/s3power/s3power.c | 2 +-
src/acpi/s4/s4.c | 2 +-
src/dmi/dmicheck/dmicheck.c | 11 ++++++-----
src/lib/src/fwts_framework.c | 4 ++--
src/lib/src/fwts_pipeio.c | 4 ++--
src/opal/prd_info.c | 4 ++--
7 files changed, 15 insertions(+), 14 deletions(-)
--
2.9.3
More information about the fwts-devel
mailing list