All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
To: Ayush Garg <ayush.garg@samsung.com>
Cc: "linux-bluetooth@vger.kernel.org"
	<linux-bluetooth@vger.kernel.org>,
	Anupam Roy <anupam.r@samsung.com>,
	nitin.j@samsung.com
Subject: Re: [PATCH BlueZ] btmgmt: Fix typo in printing Set PHY Configuration command error
Date: Tue, 16 Mar 2021 11:07:09 -0700	[thread overview]
Message-ID: <CABBYNZ+=H4h+AaAoNATKCw_F=46Y8RWZN2rertj3-9SHx3wtRw@mail.gmail.com> (raw)
In-Reply-To: <20210316105738.11560-1-ayush.garg@samsung.com>

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

      parent reply	other threads:[~2021-03-16 18:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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   ` Luiz Augusto von Dentz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABBYNZ+=H4h+AaAoNATKCw_F=46Y8RWZN2rertj3-9SHx3wtRw@mail.gmail.com' \
    --to=luiz.dentz@gmail.com \
    --cc=anupam.r@samsung.com \
    --cc=ayush.garg@samsung.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=nitin.j@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.