diff options
author | 2022-09-27 19:43:52 +0800 | |
---|---|---|
committer | 2022-10-02 08:01:18 -0700 | |
commit | 1e4aa3e18dac1ef3a07a9d0e2662208644bd93de (patch) | |
tree | b389e9b01d1bcf654a996fe48a3f8c4c4d07b9cd /scripts/generate_rust_analyzer.py | |
parent | hwmon: w83627hf: Reorder symbols to get rid of a few forward declarations (diff) | |
download | wireguard-linux-1e4aa3e18dac1ef3a07a9d0e2662208644bd93de.tar.xz wireguard-linux-1e4aa3e18dac1ef3a07a9d0e2662208644bd93de.zip |
hwmon: (nct6683) remove unused variable in nct6683_create_attr_group
When enable 'unused-but-set-variable' compile
warning option, it would raise warning as below:
drivers/hwmon/nct6683.c:415:9:
warning: variable 'j' set but not used [-Wunused-but-set-variable]
Variable 'j' in nct6683_create_attr_group is unused,
so remove it and simplify the 'for' loop.
Signed-off-by: Zeng Heng <zengheng4@huawei.com>
Link: https://lore.kernel.org/r/20220927114352.2498079-1-zengheng4@huawei.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions