All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] HWMON: Fixed comment error by checkpatch
       [not found] <582321649631791@mail.yandex.com>
@ 2022-04-10 23:29 ` Guenter Roeck
  0 siblings, 0 replies; only message in thread
From: Guenter Roeck @ 2022-04-10 23:29 UTC (permalink / raw)
  To: Ozgur, Jean Delvare; +Cc: linux-hwmon, Linux Kernel Mailing List

On 4/10/22 16:07, Ozgur wrote:
>  From 3a50310ab617aecd5b86378f07d2500bc86935d4 Mon Sep 17 00:00:00 2001
> From: Ozgur <ozgur@linux.com>
> Date: Mon, 11 Apr 2022 02:55:47 +0400
> Subject: [PATCH] HWMON: Fixed comment error by checkpatch
> Fixed a coding style issue and checkpatch errors.
> Signed-off-by: Ozgur <ozgur@linux.com>

Please,
- Do not send corrupted patches.
- Follow patch submission guidelines when sending patches.
- Do not send patches fixing cosmetic issues like this one
   without making other relevant changes.

Guenter

> ---
>   drivers/hwmon/sch56xx-common.c | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> diff --git a/drivers/hwmon/sch56xx-common.c b/drivers/hwmon/sch56xx-common.c
> index 3ece53adabd6..6ed0908c6037 100644
> --- a/drivers/hwmon/sch56xx-common.c
> +++ b/drivers/hwmon/sch56xx-common.c
> @@ -430,8 +430,9 @@ void sch56xx_watchdog_register(struct device *parent, u16 addr, u32 revision,
>                  set_bit(WDOG_HW_RUNNING, &data->wddev.status);
>          /* Since the watchdog uses a downcounter there is no register to read
> -          the BIOS set timeout from (if any was set at all) ->
> -          Choose a preset which will give us a 1 minute timeout */
> +        * the BIOS set timeout from (if any was set at all) ->
> +        * Choose a preset which will give us a 1 minute timeout
> +        */
>          if (control & SCH56XX_WDOG_TIME_BASE_SEC)
>                  data->watchdog_preset = 60; /* seconds */
>          else
> --
> 2.30.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-10 23:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <582321649631791@mail.yandex.com>
2022-04-10 23:29 ` [PATCH] HWMON: Fixed comment error by checkpatch Guenter Roeck

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.