2020-05-01 19:25:18

by Alain Michaud

[permalink] [raw]
Subject: [BlueZ PATCH v1] shared/gatt-client:Fixing a few comment typos

This change simply fixes a few comment typos.

---

src/shared/gatt-client.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c
index 963ad619f..c4a79eac9 100644
--- a/src/shared/gatt-client.c
+++ b/src/shared/gatt-client.c
@@ -642,7 +642,7 @@ static bool discover_descs(struct discovery_op *op, bool *discovering)
gatt_db_attribute_get_service_handles(svc, &start, &end);

/*
- * Ajust end_handle in case the next chrc is not within the
+ * Adjust end_handle in case the next chrc is not within the
* same service.
*/
if (chrc_data->end_handle > end)
@@ -651,7 +651,7 @@ static bool discover_descs(struct discovery_op *op, bool *discovering)
/*
* check for descriptors presence, before initializing the
* desc_handle and avoid integer overflow during desc_handle
- * intialization.
+ * initialization.
*/
if (chrc_data->value_handle >= chrc_data->end_handle) {
free(chrc_data);
--
2.26.2.526.g744177e7f7-goog


2020-05-01 20:46:14

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [BlueZ PATCH v1] shared/gatt-client:Fixing a few comment typos

Hi Alain,

On Fri, May 1, 2020 at 12:27 PM Alain Michaud <[email protected]> wrote:
>
> This change simply fixes a few comment typos.
>
> ---
>
> src/shared/gatt-client.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c
> index 963ad619f..c4a79eac9 100644
> --- a/src/shared/gatt-client.c
> +++ b/src/shared/gatt-client.c
> @@ -642,7 +642,7 @@ static bool discover_descs(struct discovery_op *op, bool *discovering)
> gatt_db_attribute_get_service_handles(svc, &start, &end);
>
> /*
> - * Ajust end_handle in case the next chrc is not within the
> + * Adjust end_handle in case the next chrc is not within the
> * same service.
> */
> if (chrc_data->end_handle > end)
> @@ -651,7 +651,7 @@ static bool discover_descs(struct discovery_op *op, bool *discovering)
> /*
> * check for descriptors presence, before initializing the
> * desc_handle and avoid integer overflow during desc_handle
> - * intialization.
> + * initialization.
> */
> if (chrc_data->value_handle >= chrc_data->end_handle) {
> free(chrc_data);
> --
> 2.26.2.526.g744177e7f7-goog
>

Applied, thanks.

--
Luiz Augusto von Dentz