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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 0D145C2BA83 for ; Thu, 13 Feb 2020 10:16:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D978020873 for ; Thu, 13 Feb 2020 10:16:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729666AbgBMKQz (ORCPT ); Thu, 13 Feb 2020 05:16:55 -0500 Received: from bmailout3.hostsharing.net ([176.9.242.62]:50239 "EHLO bmailout3.hostsharing.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729511AbgBMKQz (ORCPT ); Thu, 13 Feb 2020 05:16:55 -0500 X-Greylist: delayed 465 seconds by postgrey-1.27 at vger.kernel.org; Thu, 13 Feb 2020 05:16:54 EST Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.hostsharing.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified)) by bmailout3.hostsharing.net (Postfix) with ESMTPS id 4496E101E6958; Thu, 13 Feb 2020 11:09:08 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id EE20210DD27; Thu, 13 Feb 2020 11:09:07 +0100 (CET) Date: Thu, 13 Feb 2020 11:09:07 +0100 From: Lukas Wunner To: Mika Westerberg Cc: linux-usb@vger.kernel.org, Andreas Noever , Michael Jamet , Yehezkel Bernat Subject: Re: [PATCH] thunderbolt: Add missing kernel-doc parameter descriptions Message-ID: <20200213100907.xeuvsiaz4hwxnmb4@wunner.de> References: <20200213100207.1942-1-mika.westerberg@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200213100207.1942-1-mika.westerberg@linux.intel.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Thu, Feb 13, 2020 at 01:02:07PM +0300, Mika Westerberg wrote: > @@ -296,6 +297,9 @@ static int usb4_switch_drom_read_block(struct tb_switch *sw, > /** > * usb4_switch_drom_read() - Read arbitrary bytes from USB4 router DROM > * @sw: USB4 router > + * @address: Byte address inside DROM to start reading > + * @buf: Buffer where the DROM contens is stored Either "content is" or "contents are".