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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 C7C8FC433DB for ; Tue, 23 Mar 2021 11:42:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91CD6619C4 for ; Tue, 23 Mar 2021 11:42:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230057AbhCWLmJ (ORCPT ); Tue, 23 Mar 2021 07:42:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:54098 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230078AbhCWLli (ORCPT ); Tue, 23 Mar 2021 07:41:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 32DEC61920; Tue, 23 Mar 2021 11:41:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616499697; bh=qvPjF2Zi5q7AMurhTHoD2WqgEZmOpQYO9S7DC61qsJk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gFOyPar/VZnuyTFea20gdiCsKWgXhEtNc1BoR8N2tBfisRj79SK2g9TDfIo9u6Bs4 wyrYx72+0O7lCKA47OTAn5cvCQ0vtqpx+6iGToa1Mxy+vImEHqZYwC/EkmWLQRgtFU tFKn5zmUyPeR4NPF6jjr0kcsfX1aee6QZi0kgKmY= Date: Tue, 23 Mar 2021 12:41:35 +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 v3 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 Tue, Mar 16, 2021 at 04:36:57AM +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. When referring to commits in the kernel, they should be listed as: e0546fd8b748 ("usbip: tools: Start using VUDC backend in usbip tools") as the kernel documentation asks for. Please fix up and resend. thanks, greg k-h