platform/x86: fujitsu-laptop: Unify local variable naming
authorMichał Kępień <kernel@kempniu.pl>
Sun, 11 Feb 2018 21:07:21 +0000 (22:07 +0100)
committerDarren Hart (VMware) <dvhart@infradead.org>
Sat, 24 Feb 2018 21:37:35 +0000 (13:37 -0800)
commit14966e0277d48e6c4cfa5af06e77831b10b9f8ae
tree37fb45804c5e2dd2cd96270125a3c9ca5ac4ef2d
parent5488bfdf9f1929347fdf9ba391be4513f9f7c56f
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>
drivers/platform/x86/fujitsu-laptop.c