commit | 23bd022aa6182367e1add7b4d05777cdba283756 | [log] [tgz] |
---|---|---|
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | Thu Aug 26 14:41:18 2021 +1200 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Aug 27 14:13:20 2021 -0700 |
tree | 67a3dbbcd5dacbcfd72297acee3db8bda98fa75b | |
parent | 25572c818d2e40b5d7231a9dc49bd45a6b6c3dfa [diff] |
hwmon: (adt7470) Fix some style issues In preparation for the changes that follow fix up some existing style issues. Specifically: - add blank line between variable declaration and code - use strscpy instead of strlcpy - remove unnecessary braces Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Link: https://lore.kernel.org/r/20210826024121.15665-2-chris.packham@alliedtelesis.co.nz Signed-off-by: Guenter Roeck <linux@roeck-us.net>