All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: baomingtong001@208suo.com
Cc: pavel@ucw.cz, linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] leds: cht-wcove: Remove unneeded semicolon
Date: Thu, 13 Jul 2023 11:12:00 +0100	[thread overview]
Message-ID: <20230713101200.GL10768@google.com> (raw)
In-Reply-To: <e66d4beb79da0bfa18269c390f1ed5ef@208suo.com>

On Tue, 27 Jun 2023, baomingtong001@208suo.com wrote:

> ./drivers/leds/leds-cht-wcove.c:193:2-3: Unneeded semicolon
> 
> Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
> ---
>  drivers/leds/leds-cht-wcove.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Already fixed I'm afraid:

https://lore.kernel.org/all/20230531024020.106641-1-jiapeng.chong@linux.alibaba.com/

> diff --git a/drivers/leds/leds-cht-wcove.c b/drivers/leds/leds-cht-wcove.c
> index 0cfebee98910..e35a25990048 100644
> --- a/drivers/leds/leds-cht-wcove.c
> +++ b/drivers/leds/leds-cht-wcove.c
> @@ -190,7 +190,7 @@ static unsigned long cht_wc_leds_get_period(int ctrl)
>  		return 1000;
>  	case CHT_WC_LED_F_2_HZ:
>  		return 1000 / 2;
> -	};
> +	}
> 
>  	return 0;
>  }
> -- 
> 2.40.1
> 

-- 
Lee Jones [李琼斯]

  reply	other threads:[~2023-07-13 10:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  8:59 [PATCH] leds: cht-wcove: Remove unneeded semicolon baomingtong001
2023-07-13 10:12 ` Lee Jones [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-31  2:40 [PATCH] leds: cht-wcove: remove " Jiapeng Chong
2023-06-08 17:11 ` Lee Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230713101200.GL10768@google.com \
    --to=lee@kernel.org \
    --cc=baomingtong001@208suo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-leds@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.