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=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 2A16CC63793 for ; Thu, 22 Jul 2021 14:36:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F34AE6128D for ; Thu, 22 Jul 2021 14:36:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232265AbhGVNzx convert rfc822-to-8bit (ORCPT ); Thu, 22 Jul 2021 09:55:53 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:36025 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230343AbhGVNzv (ORCPT ); Thu, 22 Jul 2021 09:55:51 -0400 Received: from smtpclient.apple (p5b3d2eb8.dip0.t-ipconnect.de [91.61.46.184]) by mail.holtmann.org (Postfix) with ESMTPSA id A46E1CECDD; Thu, 22 Jul 2021 16:36:24 +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] bluetooth: btrsi: use non-kernel-doc comment for copyright From: Marcel Holtmann In-Reply-To: <20210721020334.3129-1-rdunlap@infradead.org> Date: Thu, 22 Jul 2021 16:36:24 +0200 Cc: open list , kernel test robot , Aditya Srivastava , Johan Hedberg , Luiz Augusto von Dentz , linux-bluetooth , "David S. Miller" , Jakub Kicinski , "open list:NETWORKING [GENERAL]" , Prameela Rani Garnepudi , Sanjay Kumar Konduri , Siva Rebbagondla , Kalle Valo Content-Transfer-Encoding: 8BIT Message-Id: References: <20210721020334.3129-1-rdunlap@infradead.org> To: Randy Dunlap X-Mailer: Apple Mail (2.3654.100.0.2.22) Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Randy, > kernel-doc complains about a non-kernel-doc comment that uses "/**" > to begin the comment, so change it to just "/*". > > drivers/bluetooth/btrsi.c:2: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > * Copyright (c) 2017 Redpine Signals Inc. > > Signed-off-by: Randy Dunlap > Reported-by: kernel test robot > Cc: Aditya Srivastava > Cc: Marcel Holtmann > Cc: Johan Hedberg > Cc: Luiz Augusto von Dentz > Cc: linux-bluetooth@vger.kernel.org > Cc: "David S. Miller" > Cc: Jakub Kicinski > Cc: netdev@vger.kernel.org > Cc: Prameela Rani Garnepudi > Cc: Sanjay Kumar Konduri > Cc: Siva Rebbagondla > Cc: Kalle Valo > --- > drivers/bluetooth/btrsi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) patch has been applied to bluetooth-next tree. Regards Marcel