2020-06-01 15:59:51

by Alain Michaud

[permalink] [raw]
Subject: [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind

This patch simply fixes a typo in endpoint_setconf_ind.

---

profiles/audio/a2dp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
index 6f46c92bf..e3d6cfc9e 100644
--- a/profiles/audio/a2dp.c
+++ b/profiles/audio/a2dp.c
@@ -654,7 +654,7 @@ static gboolean endpoint_setconf_ind(struct avdtp *session,
endpoint_setconf_cb,
a2dp_sep->user_data);
if (ret == 0) {
- /* Attempt to reverve discover if there are no remote
+ /* Attempt to reverse discover if there are no remote
* SEPs.
*/
if (queue_isempty(setup->chan->seps))
--
2.27.0.rc2.251.g90737beb825-goog


2020-06-29 19:41:38

by Alain Michaud

[permalink] [raw]
Subject: Re: [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind

Hi Luiz,

Just a friendly nudge, this is an easy one :)

Thanks,
Alain


On Mon, Jun 1, 2020 at 11:59 AM Alain Michaud <[email protected]> wrote:
>
> This patch simply fixes a typo in endpoint_setconf_ind.
>
> ---
>
> profiles/audio/a2dp.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
> index 6f46c92bf..e3d6cfc9e 100644
> --- a/profiles/audio/a2dp.c
> +++ b/profiles/audio/a2dp.c
> @@ -654,7 +654,7 @@ static gboolean endpoint_setconf_ind(struct avdtp *session,
> endpoint_setconf_cb,
> a2dp_sep->user_data);
> if (ret == 0) {
> - /* Attempt to reverve discover if there are no remote
> + /* Attempt to reverse discover if there are no remote
> * SEPs.
> */
> if (queue_isempty(setup->chan->seps))
> --
> 2.27.0.rc2.251.g90737beb825-goog
>

2020-06-29 21:39:23

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind

Hi Alain,

On Mon, Jun 29, 2020 at 12:43 PM Alain Michaud <[email protected]> wrote:
>
> Hi Luiz,
>
> Just a friendly nudge, this is an easy one :)
>
> Thanks,
> Alain
>
>
> On Mon, Jun 1, 2020 at 11:59 AM Alain Michaud <[email protected]> wrote:
> >
> > This patch simply fixes a typo in endpoint_setconf_ind.
> >
> > ---
> >
> > profiles/audio/a2dp.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c
> > index 6f46c92bf..e3d6cfc9e 100644
> > --- a/profiles/audio/a2dp.c
> > +++ b/profiles/audio/a2dp.c
> > @@ -654,7 +654,7 @@ static gboolean endpoint_setconf_ind(struct avdtp *session,
> > endpoint_setconf_cb,
> > a2dp_sep->user_data);
> > if (ret == 0) {
> > - /* Attempt to reverve discover if there are no remote
> > + /* Attempt to reverse discover if there are no remote
> > * SEPs.
> > */
> > if (queue_isempty(setup->chan->seps))
> > --
> > 2.27.0.rc2.251.g90737beb825-goog
> >

Applied, thanks.

--
Luiz Augusto von Dentz