From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4FA41C433E0 for ; Wed, 24 Mar 2021 07:37:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0CC9F61A05 for ; Wed, 24 Mar 2021 07:37:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235794AbhCXHhZ (ORCPT ); Wed, 24 Mar 2021 03:37:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:57486 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235597AbhCXHhQ (ORCPT ); Wed, 24 Mar 2021 03:37:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 280E7619FD; Wed, 24 Mar 2021 07:37:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616571435; bh=+QcyXUUw3ewbAm4VgTuP5nM5CtDca5a/kAdAaPSavyQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S1UNJzFaoitef7YqDdJPlHo8pSQSnPhKeqkZRCMjP3JoTtnn7dCm9xiPHW4lJ4hjZ kgtejDBHlyzbqBc85eBlAiFXRhBOiix3Lv/q4GrXdGWXCOO/co1TsJUlfVeN2wVO+T omkbPkxaoyUKxlx0eT4T6rabZ5oAARI2fjOl8MNY= Date: Wed, 24 Mar 2021 08:37:13 +0100 From: Greg Kroah-Hartman To: "Hongren Zheng (Zenithal)" Cc: Valentina Manea , Shuah Khan , Antonio Borneo , matt mooney , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/2] usbip: tools: add options and examples in man page related to device mode Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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