~firmware-testing-team/fwts/master

Viewing all changes in revision 4679.

  • Committer: Alex Hung
  • Author(s): Colin Ian King
  • Date: 2021-01-18 19:23:50 UTC
  • Revision ID: git-v1:c59445ce8f1b5a6b35f5d0258aac0d03eb9a3066
tpmevlogdump: clean up some minor cppcheck style warnings

Reduce the scope of some variables. Cleans up the following
cppcheck style warnings:

src/tpm/tpmevlogdump/tpmevlogdump.c:377:8: style: The scope
of the variable 'str_info' can be reduced. [variableScope]
 char *str_info;

src/tpm/tpmevlogdump/tpmevlogdump.c:471:13: style: The scope
of the variable 'data' can be reduced. [variableScope]
 uint8_t *data;

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Alex Hung <alex.hung@canonical.com>
Acked-by: Ivan Hu <ivan.hu@canonical.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: