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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 C2C59C433DB for ; Mon, 15 Mar 2021 14:28:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8BA1364F80 for ; Mon, 15 Mar 2021 14:28:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233077AbhCOO1C (ORCPT ); Mon, 15 Mar 2021 10:27:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:51332 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231644AbhCOO0v (ORCPT ); Mon, 15 Mar 2021 10:26:51 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 591B764FF9; Mon, 15 Mar 2021 14:26:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615818410; bh=jAs0nXJym2Mi0R0qV76FK5EUuMU+K5jr65qJca1NBmk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=02fIKgYvHZsKRARQ/8yQhfyCndxzs8bQm1LFl0auRaeQ940jx6ISBz++DXEpzCnVG yJlZ7+1Q8KxblN9HnRVTjLf92zUBXbNgi0zTVmSjk0lLr5ipNk+h3gCL8uEkxymx5R zJ7wix8QioqS4WLLwa1bgil6gUs1vDqQoMjNFuuQ= Date: Mon, 15 Mar 2021 15:26:48 +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 v2 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-usb@vger.kernel.org On Mon, Mar 15, 2021 at 09:13:18PM +0800, Hongren Zheng (Zenithal) wrote: > The commit e0546fd8b748b19d8edd1550530da8ebad6e4b31 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. > > PATCH v2: > Add signed-off-by line This needs to go below the --- line, as the Documentation asks for. Please fix it up and try it again. > Signed-off-by: "Hongren Zheng (Zenithal)" Do you sign legal documents with "(Zenithal)"? thanks, greg k-h