[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20201213000438.2gubioh2rqcxerei@earth.universe>
Date: Sun, 13 Dec 2020 01:04:38 +0100
From: Sebastian Reichel <sre@...nel.org>
To: Masanari Iida <standby24x7@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org
Subject: Re: [PATCH] power: supply: Fix a typo in warning message
Hi,
On Sat, Dec 05, 2020 at 10:25:32AM +0900, Masanari Iida wrote:
> This patch fix a warning messages in power_supply_sysfs.c
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
Thanks, queued.
-- Sebastian
> drivers/power/supply/power_supply_sysfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/power/supply/power_supply_sysfs.c b/drivers/power/supply/power_supply_sysfs.c
> index a616b9d8f43c..92dd63171193 100644
> --- a/drivers/power/supply/power_supply_sysfs.c
> +++ b/drivers/power/supply/power_supply_sysfs.c
> @@ -402,7 +402,7 @@ void power_supply_init_attrs(struct device_type *dev_type)
> struct device_attribute *attr;
>
> if (!power_supply_attrs[i].prop_name) {
> - pr_warn("%s: Property %d skipped because is is missing from power_supply_attrs\n",
> + pr_warn("%s: Property %d skipped because it is missing from power_supply_attrs\n",
> __func__, i);
> sprintf(power_supply_attrs[i].attr_name, "_err_%d", i);
> } else {
> --
> 2.25.0
>
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists