All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] gatttool: Use consistent spacing before brackets
@ 2023-02-12 17:24 David Nicolson
  2023-02-12 18:51 ` [BlueZ] " bluez.test.bot
  2023-02-14 20:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: David Nicolson @ 2023-02-12 17:24 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Dave Nicolson

From: Dave Nicolson <david.nicolson@gmail.com>

---
 attrib/gatttool.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/attrib/gatttool.c b/attrib/gatttool.c
index 6a0ddfaad..2d03875b0 100644
--- a/attrib/gatttool.c
+++ b/attrib/gatttool.c
@@ -456,17 +456,17 @@ static gboolean parse_uuid(const char *key, const char *value,
 
 static GOptionEntry primary_char_options[] = {
 	{ "start", 's' , 0, G_OPTION_ARG_INT, &opt_start,
-		"Starting handle(optional)", "0x0001" },
+		"Starting handle (optional)", "0x0001" },
 	{ "end", 'e' , 0, G_OPTION_ARG_INT, &opt_end,
-		"Ending handle(optional)", "0xffff" },
+		"Ending handle (optional)", "0xffff" },
 	{ "uuid", 'u', G_OPTION_FLAG_OPTIONAL_ARG, G_OPTION_ARG_CALLBACK,
-		parse_uuid, "UUID16 or UUID128(optional)", "0x1801"},
+		parse_uuid, "UUID16 or UUID128 (optional)", "0x1801"},
 	{ NULL },
 };
 
 static GOptionEntry char_rw_options[] = {
 	{ "handle", 'a' , 0, G_OPTION_ARG_INT, &opt_handle,
-		"Read/Write characteristic by handle(required)", "0x0001" },
+		"Read/Write characteristic by handle (required)", "0x0001" },
 	{ "value", 'n' , 0, G_OPTION_ARG_STRING, &opt_value,
 		"Write characteristic value (required for write operation)",
 		"0x0001" },
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-14 20:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 17:24 [PATCH BlueZ] gatttool: Use consistent spacing before brackets David Nicolson
2023-02-12 18:51 ` [BlueZ] " bluez.test.bot
2023-02-14 20:40 ` [PATCH BlueZ] " patchwork-bot+bluetooth

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.