From patchwork Mon Jan 15 05:05:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13519317 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 68F95C3DA79 for ; Mon, 15 Jan 2024 05:05:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Lywzx/ssnGodtgO7Anm41s7wMN0Y0rxVj06BmRQ83+Q=; b=GCSqExxFruyeLl viVRwz8CDrbO6QW+xl+fuRD6PCBM9F6HlzUC+UU/EQcBe+le+Du173AeH1Pf3/N0EEVd8nWegi2QV PSg7Zz/Jw4cbVOlxA68GxUFIVHz6I4G3F2V5/A3nM6+bXTnjeoT2YmxmcHyfo1WVqkDUNy1hP/drt M68d4M5Kc3kVgb+MWDG4ZR5ad0Vj306Iqjj79MSz02KUieCKI15r3TSGGCTMI6UqhPYzYEBmVK3Sk dJKU6hnvcCmibzscY1UqvbPL5iPPe207dLFx0xpyqWr4ANiT/D85L0XWYeff6ECGo4IyIIh+FILaz /Uq753lagNZIunRXw6+w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rPF9o-007mPf-2J; Mon, 15 Jan 2024 05:05:08 +0000 Received: from [50.53.46.231] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1rPF9l-007mOz-0Q; Mon, 15 Jan 2024 05:05:05 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Pratik Patel , Mathieu Poirier , Suzuki K Poulose , Mike Leach , James Clark , Alexander Shishkin , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] coresight: etm3x: add a kernel-doc "blank line" Date: Sun, 14 Jan 2024 21:05:04 -0800 Message-ID: <20240115050504.30980-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Change an empty line inside of kernel-doc to a " *" (kernel-doc blank line) to prevent a kernel-doc warning: drivers/hwtracing/coresight/coresight-etm3x-core.c:118: warning: bad line: Signed-off-by: Randy Dunlap Cc: Pratik Patel Cc: Mathieu Poirier Cc: Suzuki K Poulose Cc: Mike Leach Cc: James Clark Cc: Alexander Shishkin Cc: coresight@lists.linaro.org Cc: linux-arm-kernel@lists.infradead.org --- drivers/hwtracing/coresight/coresight-etm3x-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/drivers/hwtracing/coresight/coresight-etm3x-core.c b/drivers/hwtracing/coresight/coresight-etm3x-core.c --- a/drivers/hwtracing/coresight/coresight-etm3x-core.c +++ b/drivers/hwtracing/coresight/coresight-etm3x-core.c @@ -115,7 +115,7 @@ static void etm_clr_pwrup(struct etm_drv * * Basically the same as @coresight_timeout except for the register access * method where we have to account for CP14 configurations. - + * * Return: 0 as soon as the bit has taken the desired state or -EAGAIN if * TIMEOUT_US has elapsed, which ever happens first. */