diff options
author | Michał Kępień <kernel@kempniu.pl> | 2018-02-11 22:07:21 +0100 |
---|---|---|
committer | Darren Hart (VMware) <dvhart@infradead.org> | 2018-02-24 13:37:35 -0800 |
commit | 14966e0277d48e6c4cfa5af06e77831b10b9f8ae (patch) | |
tree | 37fb45804c5e2dd2cd96270125a3c9ca5ac4ef2d /virt | |
parent | 5488bfdf9f1929347fdf9ba391be4513f9f7c56f (diff) | |
download | linux-14966e0277d48e6c4cfa5af06e77831b10b9f8ae.tar.bz2 |
platform/x86: fujitsu-laptop: Unify local variable naming
Different functions in the module use varying names (error, result,
status) for a local variable storing the return value of a function call
that has to be checked for errors. Use a common name (ret) for all
these local variables to improve code consistency. Merge integer
variable declarations in acpi_fujitsu_laptop_add() into one line.
Signed-off-by: Michał Kępień <kernel@kempniu.pl>
Reviewed-by: Jonathan Woithe <jwoithe@just42.net>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions