Re: [PATCH v5 1/2] usbip: tools: add options and examples in man page related to device mode

From: Greg Kroah-Hartman
Date: Wed Mar 24 2021 - 03:37:56 EST


On Wed, Mar 24, 2021 at 02:35:52PM +0800, Hongren Zheng (Zenithal) wrote:
> The commit e0546fd8b748 ("usbip: tools: Start using VUDC backend in
> usbip tools") implemented device mode for user space tools, however the
> corresponding options are not documented in man page.
>
> This commit documents the options and provides examples on device mode.
> Also the command `usbip port` is documented.
>
> Signed-off-by: Hongren Zheng <i@xxxxxxxxxxx>
> ---
> tools/usb/usbip/doc/usbip.8 | 42 +++++++++++++++++++++++++++++++++++-
> tools/usb/usbip/doc/usbipd.8 | 26 ++++++++++++++++++++++
> 2 files changed, 67 insertions(+), 1 deletion(-)
>

Always resend the whole series, not just individual patches of the
series. When you send individual updates, it's almost impossible to
figure out what patch is what to review and apply properly.

There's no "waste" by resending the whole series, it makes it obvious
what is going on and what needs to be reviewed.

thanks,

greg k-h