From: Shuah Khan <skhan@linuxfoundation.org>
To: Alyssa Ross <hi@alyssa.is>,
Valentina Manea <valentina.manea.m@gmail.com>,
Shuah Khan <shuah@kernel.org>
Cc: Dominik Paulus <dominik.paulus@fau.de>,
"open list:USB OVER IP DRIVER" <linux-usb@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
Shuah Khan <skhan@linuxfoundation.org>
Subject: Re: [PATCH] usbip: tools: usbipd: fix duplicate option definition
Date: Wed, 13 Oct 2021 09:57:59 -0600 [thread overview]
Message-ID: <178457ee-4f66-07fd-e7bd-cee353414810@linuxfoundation.org> (raw)
In-Reply-To: <20211013145741.2597290-1-hi@alyssa.is>
On 10/13/21 8:57 AM, Alyssa Ross wrote:
> This seems to have been introduced by mistake in
> f49ad35cd124 ("staging: usbip: Fix IPv6 support in usbipd").
>
Thanks for the patch.
Add a sentence or two to say what is being fixed and use Fixes tag
for the commit.
> Signed-off-by: Alyssa Ross <hi@alyssa.is>
> ---
> tools/usb/usbip/src/usbipd.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tools/usb/usbip/src/usbipd.c b/tools/usb/usbip/src/usbipd.c
> index 48398a78e88a..33e8512de7c4 100644
> --- a/tools/usb/usbip/src/usbipd.c
> +++ b/tools/usb/usbip/src/usbipd.c
> @@ -589,7 +589,6 @@ int main(int argc, char *argv[])
> { "ipv4", no_argument, NULL, '4' },
> { "ipv6", no_argument, NULL, '6' },
> { "daemon", no_argument, NULL, 'D' },
> - { "daemon", no_argument, NULL, 'D' },
> { "debug", no_argument, NULL, 'd' },
> { "device", no_argument, NULL, 'e' },
> { "pid", optional_argument, NULL, 'P' },
>
thanks,
-- Shuah
prev parent reply other threads:[~2021-10-13 15:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-13 14:57 [PATCH] usbip: tools: usbipd: fix duplicate option definition Alyssa Ross
2021-10-13 15:57 ` Shuah Khan [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=178457ee-4f66-07fd-e7bd-cee353414810@linuxfoundation.org \
--to=skhan@linuxfoundation.org \
--cc=dominik.paulus@fau.de \
--cc=hi@alyssa.is \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=shuah@kernel.org \
--cc=valentina.manea.m@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox