From nobody Wed Apr 8 06:11:33 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F0395C32774 for ; Tue, 23 Aug 2022 02:54:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239410AbiHWCy4 (ORCPT ); Mon, 22 Aug 2022 22:54:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239198AbiHWCyw (ORCPT ); Mon, 22 Aug 2022 22:54:52 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 741F05A820; Mon, 22 Aug 2022 19:54:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=Ay5mWJCmRao7orkUjcgnlnNdFTL0xSDJ9G/Iykn7rLc=; b=jEdU0n8DZrItE9k0wgMsfS2s/r SylBlFWfHU9u1KX3+0m0F4veo5BMClzbJFErTbOIxKoUunFiQ2ZSUD8dUhjsL/XlTYmrnTlNGDpaJ rvNOSy8iT/uk5CvM5VOvpP7uNje0aRzgz1zns9ODu1QQx9mbeFQZ5Vube+AaEbd/b8+jQ3UL2hqeV d2T/bmWR4hCLBQcrPKOkV6K691grwlSOKtOMKkR2DZ6oPaXSrKaVbqypEAEUQ2weRIiOUKV7Gn/wj 1j2GDy7QDfQ6f5mGSpp7phyDoa5JArGGIPX2npfSjSf/gYd+DAvxzqn+OhYkOlX0zrE6r+TMXIz1P lNOqVXGw==; Received: from [2601:1c0:6280:3f0::a6b3] (helo=casper.infradead.org) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQK3z-00Et5w-K4; Tue, 23 Aug 2022 02:54:48 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , kernel test robot , Aditya Srivastava , Thomas Bogendoerfer , linux-mips@vger.kernel.org, Sergey Ryazanov Subject: [PATCH] MIPS: ath25: clean up non-kernel-doc comment warning Date: Mon, 22 Aug 2022 19:54:41 -0700 Message-Id: <20220823025441.30708-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Don't use "/**" kernel-doc notation for comments that are not in kernel-doc format. Eliminates one warning: arch/mips/pci/pci-ar2315.c:6: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst * Both AR2315 and AR2316 chips have PCI interface unit, which supports = DMA Signed-off-by: Randy Dunlap Reported-by: kernel test robot Cc: Aditya Srivastava Cc: Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org Cc: Sergey Ryazanov Acked-by: Sergey Ryazanov --- Fixes: 3ed7a2a702dc ("MIPS: ath25: add AR2315 PCI host controller driver") but backport is not needed. arch/mips/pci/pci-ar2315.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/mips/pci/pci-ar2315.c +++ b/arch/mips/pci/pci-ar2315.c @@ -2,7 +2,7 @@ /* */ =20 -/** +/* * Both AR2315 and AR2316 chips have PCI interface unit, which supports DMA * and interrupt. PCI interface supports MMIO access method, but does not * seem to support I/O ports.