linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: baomingtong001@208suo.com
To: gupt21@gmail.com, jikos@kernel.org, benjamin.tissoires@redhat.com
Cc: linux-i2c@vger.kernel.org, linux-input@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH] HID: mcp2221: Remove unneeded semicolon
Date: Tue, 27 Jun 2023 16:34:19 +0800	[thread overview]
Message-ID: <e180a7c6af0c569be9a950ff25667bc7@208suo.com> (raw)

./drivers/hid/hid-mcp2221.c:1027:3-4: Unneeded semicolon

Signed-off-by: Mingtong Bao <baomingtong001@208suo.com>
---
  drivers/hid/hid-mcp2221.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/hid-mcp2221.c b/drivers/hid/hid-mcp2221.c
index 72883e0ce757..38e795c58764 100644
--- a/drivers/hid/hid-mcp2221.c
+++ b/drivers/hid/hid-mcp2221.c
@@ -1024,7 +1024,7 @@ static int mcp_iio_channels(struct mcp2221 *mcp)
  			break;
  		default:
  			continue;
-		};
+		}

  		chan->type = IIO_VOLTAGE;
  		chan->indexed = 1;
-- 
2.40.1


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  8:34 baomingtong001 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-01  7:16 [PATCH] HID: mcp2221: Remove unneeded semicolon Chen Ni
2024-07-01  9:12 ` Jonathan Cameron
2024-07-03 21:46 ` Andi Shyti

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=e180a7c6af0c569be9a950ff25667bc7@208suo.com \
    --to=baomingtong001@208suo.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=gupt21@gmail.com \
    --cc=jikos@kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).