public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: baomingtong001@208suo.com
To: pavel@ucw.cz, lee@kernel.org
Cc: linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] leds: cht-wcove: Remove unneeded semicolon
Date: Tue, 27 Jun 2023 16:59:04 +0800	[thread overview]
Message-ID: <e66d4beb79da0bfa18269c390f1ed5ef@208suo.com> (raw)

./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(-)

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


             reply	other threads:[~2023-06-27  8:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  8:59 baomingtong001 [this message]
2023-07-13 10:12 ` [PATCH] leds: cht-wcove: Remove unneeded semicolon Lee Jones
  -- 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=e66d4beb79da0bfa18269c390f1ed5ef@208suo.com \
    --to=baomingtong001@208suo.com \
    --cc=lee@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox