From: Lee Jones Date: Thu, 12 Nov 2020 09:57:14 +0000 (+0000) Subject: hwmon: (ina3221) Demote seemingly unintentional kerneldoc header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f9279cdaa69f96dd04ad644e2713abdee606d05d;p=linux.git hwmon: (ina3221) Demote seemingly unintentional kerneldoc header This is the only use of kerneldoc in the sourcefile and no descriptions are provided. Fixes the following W=1 kernel build warning(s): drivers/hwmon/ina3221.c:152: warning: Function parameter or member 'ina' not described in 'ina3221_summation_shunt_resistor' Cc: "Andrew F. Davis" Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20201112095715.1993117-3-lee.jones@linaro.org Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/ina3221.c b/drivers/hwmon/ina3221.c index ad11cbddc3a7b..d80bd3efcd6da 100644 --- a/drivers/hwmon/ina3221.c +++ b/drivers/hwmon/ina3221.c @@ -139,7 +139,7 @@ static inline bool ina3221_is_enabled(struct ina3221_data *ina, int channel) (ina->reg_config & INA3221_CONFIG_CHx_EN(channel)); } -/** +/* * Helper function to return the resistor value for current summation. * * There is a condition to calculate current summation -- all the shunt