lkml.org 
[lkml]   [2023]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] samples/hid: hid_surface_dial: Remove unneeded semicolon
./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
\
 
 \ /
  Last update: 2023-06-27 10:20    [W:0.017 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site