Linux Input/HID development
 help / color / mirror / Atom feed
From: baomingtong001@208suo.com
To: jikos@kernel.org, benjamin.tissoires@redhat.com
Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] samples/hid: hid_surface_dial: Remove unneeded semicolon
Date: Tue, 27 Jun 2023 16:19:52 +0800	[thread overview]
Message-ID: <8a1926c8717b152be6a7051c47959a50@208suo.com> (raw)

./samples/hid/hid_surface_dial.c:170:5-6: Unneeded semicolon

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

diff --git a/samples/hid/hid_surface_dial.c 
b/samples/hid/hid_surface_dial.c
index 4bc97373a708..704f2b639492 100644
--- a/samples/hid/hid_surface_dial.c
+++ b/samples/hid/hid_surface_dial.c
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
  						"invalid r option %s - expecting a number\n",
  						optarg ? optarg : "");
  					exit(EXIT_FAILURE);
-				};
+				}

  				resolution = (int) l;
  				break;
-- 
2.40.1


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

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=8a1926c8717b152be6a7051c47959a50@208suo.com \
    --to=baomingtong001@208suo.com \
    --cc=benjamin.tissoires@redhat.com \
    --cc=jikos@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