All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error
       [not found] <CGME20210316105746epcas5p49f71a18f26a567ed3f7e0b1445c1fda5@epcas5p4.samsung.com>
@ 2021-03-16 10:57 ` Ayush Garg
  2021-03-16 11:45   ` [BlueZ] " bluez.test.bot
  2021-03-16 18:07   ` [PATCH BlueZ] " Luiz Augusto von Dentz
  0 siblings, 2 replies; 3+ messages in thread
From: Ayush Garg @ 2021-03-16 10:57 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: anupam.r, nitin.j

Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
---
 tools/btmgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index f4eb541fa..647c696f8 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -4725,7 +4725,7 @@ static void cmd_phy(int argc, char **argv)
 	if (mgmt_send(mgmt, MGMT_OP_SET_PHY_CONFIGURATION, index, sizeof(cp),
 					&cp, set_phy_rsp, NULL, NULL) == 0) {
 		error("Unable to send %s cmd",
-				mgmt_opstr(MGMT_OP_GET_PHY_CONFIGURATION));
+				mgmt_opstr(MGMT_OP_SET_PHY_CONFIGURATION));
 		return bt_shell_noninteractive_quit(EXIT_FAILURE);
 	}
 }
-- 
2.17.1


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

* RE: [BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error
  2021-03-16 10:57 ` [PATCH BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error Ayush Garg
@ 2021-03-16 11:45   ` bluez.test.bot
  2021-03-16 18:07   ` [PATCH BlueZ] " Luiz Augusto von Dentz
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2021-03-16 11:45 UTC (permalink / raw)
  To: linux-bluetooth, ayush.garg

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=448991

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error
  2021-03-16 10:57 ` [PATCH BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error Ayush Garg
  2021-03-16 11:45   ` [BlueZ] " bluez.test.bot
@ 2021-03-16 18:07   ` Luiz Augusto von Dentz
  1 sibling, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2021-03-16 18:07 UTC (permalink / raw)
  To: Ayush Garg; +Cc: linux-bluetooth, Anupam Roy, nitin.j

Hi Ayush,

On Tue, Mar 16, 2021 at 8:37 AM Ayush Garg <ayush.garg@samsung.com> wrote:
>
> Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
> ---
>  tools/btmgmt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/btmgmt.c b/tools/btmgmt.c
> index f4eb541fa..647c696f8 100644
> --- a/tools/btmgmt.c
> +++ b/tools/btmgmt.c
> @@ -4725,7 +4725,7 @@ static void cmd_phy(int argc, char **argv)
>         if (mgmt_send(mgmt, MGMT_OP_SET_PHY_CONFIGURATION, index, sizeof(cp),
>                                         &cp, set_phy_rsp, NULL, NULL) == 0) {
>                 error("Unable to send %s cmd",
> -                               mgmt_opstr(MGMT_OP_GET_PHY_CONFIGURATION));
> +                               mgmt_opstr(MGMT_OP_SET_PHY_CONFIGURATION));
>                 return bt_shell_noninteractive_quit(EXIT_FAILURE);
>         }
>  }
> --
> 2.17.1

Applied, note that I changed the commit message a little bit and
removed the Signed-off-by since we don't use that in userspace.

-- 
Luiz Augusto von Dentz

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

end of thread, other threads:[~2021-03-16 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20210316105746epcas5p49f71a18f26a567ed3f7e0b1445c1fda5@epcas5p4.samsung.com>
2021-03-16 10:57 ` [PATCH BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error Ayush Garg
2021-03-16 11:45   ` [BlueZ] " bluez.test.bot
2021-03-16 18:07   ` [PATCH BlueZ] " Luiz Augusto von Dentz

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.