hw/sensor/tmp105: Coding style fixes
authorGuenter Roeck <linux@roeck-us.net>
Fri, 6 Sep 2024 13:29:10 +0000 (06:29 -0700)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Sep 2024 18:11:13 +0000 (20:11 +0200)
commit6efabada95981e901bb284a0ba9389b17a425d33
treeeb64829911cf3e0c4d1ccc2e4000342a4872b39b
parent143897eb55d76781a3c9de231c0fa75bded1ecba
hw/sensor/tmp105: Coding style fixes

Coding style asks for no space between variable and "++". The next patch
in this series will change one of those assignments. Instead of changing
just one with that patch, change all of them for consistency.

While at it, also fix other coding style problems reported by checkpatch.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20240906154911.86803-2-philmd@linaro.org>
hw/sensor/tmp105.c