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=-13.8 required=3.0 tests=BAYES_00, 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 D1930C432BE for ; Wed, 4 Aug 2021 14:38:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ABBAD60F94 for ; Wed, 4 Aug 2021 14:38:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237901AbhHDOih (ORCPT ); Wed, 4 Aug 2021 10:38:37 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:53600 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235304AbhHDOie (ORCPT ); Wed, 4 Aug 2021 10:38:34 -0400 Received: from smtpclient.apple (p5b3d23f8.dip0.t-ipconnect.de [91.61.35.248]) by mail.holtmann.org (Postfix) with ESMTPSA id 2E927CECD5; Wed, 4 Aug 2021 16:38:20 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.100.0.2.22\)) Subject: Re: [PATCH v2 1/1] Bluetooth: hci_bcm: Fix kernel doc comments From: Marcel Holtmann In-Reply-To: <20210804142837.67820-1-andriy.shevchenko@linux.intel.com> Date: Wed, 4 Aug 2021 16:38:19 +0200 Cc: BlueZ , open list , Johan Hedberg , Luiz Augusto von Dentz Content-Transfer-Encoding: 7bit Message-Id: References: <20210804142837.67820-1-andriy.shevchenko@linux.intel.com> To: Andy Shevchenko X-Mailer: Apple Mail (2.3654.100.0.2.22) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, > Kernel doc validator complains about few missed parameter descriptions. > Fill the gap by describing them. > > Signed-off-by: Andy Shevchenko > --- > v2: sent separately of the initial series > drivers/bluetooth/hci_bcm.c | 6 ++++++ > 1 file changed, 6 insertions(+) patch has been applied to bluetooth-next tree. Regards Marcel