linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind
@ 2020-06-01 15:58 Alain Michaud
  2020-06-29 17:07 ` Alain Michaud
  0 siblings, 1 reply; 3+ messages in thread
From: Alain Michaud @ 2020-06-01 15:58 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Alain Michaud

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


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

* Re: [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind
  2020-06-01 15:58 [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind Alain Michaud
@ 2020-06-29 17:07 ` Alain Michaud
  2020-06-29 21:37   ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: Alain Michaud @ 2020-06-29 17:07 UTC (permalink / raw)
  To: Alain Michaud; +Cc: BlueZ

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
>

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

* Re: [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind
  2020-06-29 17:07 ` Alain Michaud
@ 2020-06-29 21:37   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2020-06-29 21:37 UTC (permalink / raw)
  To: Alain Michaud; +Cc: Alain Michaud, BlueZ

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.

-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2020-06-29 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01 15:58 [BlueZ PATCH] a2dp:fixing typo in endpoint_setconf_ind Alain Michaud
2020-06-29 17:07 ` Alain Michaud
2020-06-29 21:37   ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).