diff mbox series

[BlueZ] a2dp:fixing typo in endpoint_setconf_ind

Message ID 20200601155858.156798-1-alainm@chromium.org (mailing list archive)
State Accepted
Headers show
Series [BlueZ] a2dp:fixing typo in endpoint_setconf_ind | expand

Commit Message

Alain Michaud June 1, 2020, 3:58 p.m. UTC
This patch simply fixes a typo in endpoint_setconf_ind.

---

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

Comments

Alain Michaud June 29, 2020, 5:07 p.m. UTC | #1
Hi Luiz,

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

Thanks,
Alain


On Mon, Jun 1, 2020 at 11:59 AM Alain Michaud <alainm@chromium.org> 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
>
Luiz Augusto von Dentz June 29, 2020, 9:37 p.m. UTC | #2
Hi Alain,

On Mon, Jun 29, 2020 at 12:43 PM Alain Michaud <alainmichaud@google.com> 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 <alainm@chromium.org> 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.
diff mbox series

Patch

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))