lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 23 Mar 2021 10:47:32 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, sre@...nel.org,
        linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] power: supply: Trivial spelling fixes

On 3/23/21 5:42 AM, Bhaskar Chowdhury wrote:
> Few trivial spelling fixes .
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>


> ---
>  drivers/power/supply/max17042_battery.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/power/supply/max17042_battery.c b/drivers/power/supply/max17042_battery.c
> index 79d4b5988360..1d7326cd8fc6 100644
> --- a/drivers/power/supply/max17042_battery.c
> +++ b/drivers/power/supply/max17042_battery.c
> @@ -131,7 +131,7 @@ static int max17042_get_status(struct max17042_chip *chip, int *status)
>  	 *
>  	 * When this cycle the battery gets charged to a higher (calculated)
>  	 * capacity then the previous cycle then FullCAP will get updated
> -	 * contineously once end-of-charge detection kicks in, so allow the
> +	 * continuously once end-of-charge detection kicks in, so allow the
>  	 * 2 to differ a bit.
>  	 */
> 
> @@ -739,7 +739,7 @@ static void max17042_load_new_capacity_params(struct max17042_chip *chip)
> 
>  /*
>   * Block write all the override values coming from platform data.
> - * This function MUST be called before the POR initialization proceedure
> + * This function MUST be called before the POR initialization procedure
>   * specified by maxim.
>   */
>  static inline void max17042_override_por_values(struct max17042_chip *chip)
> @@ -811,7 +811,7 @@ static int max17042_init_chip(struct max17042_chip *chip)
>  	 */
>  	msleep(500);
> 
> -	/* Initialize configaration */
> +	/* Initialize configuration */
>  	max17042_write_config_regs(chip);
> 
>  	/* write cell characterization data */
> @@ -855,7 +855,7 @@ static void max17042_set_soc_threshold(struct max17042_chip *chip, u16 off)
>  	struct regmap *map = chip->regmap;
>  	u32 soc, soc_tr;
> 
> -	/* program interrupt thesholds such that we should
> +	/* program interrupt thresholds such that we should
>  	 * get interrupt for every 'off' perc change in the soc
>  	 */
>  	regmap_read(map, MAX17042_RepSOC, &soc);
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ