hwmon: (ltc4282) fix copy paste on variable name
authorNuno Sá <nuno.sa@analog.com>
Wed, 11 Jun 2025 16:26:13 +0000 (17:26 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 20 Jul 2025 23:38:34 +0000 (16:38 -0700)
commit6e253295e9c4c1dc1cf4a5eb4c0a0d9ebb68ce4b
treedef188ab6e5bd890c566aa09af0ec09783dac371
parent947809f9ee86539f40bb2802c39133b918503162
hwmon: (ltc4282) fix copy paste on variable name

The struct hwmon_chip_info was named ltc2947_chip_info which is
obviously a copy paste leftover. Name it accordingly.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20250611-fix-ltc4282-repetead-write-v1-2-fe46edd08cf1@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ltc4282.c