From patchwork Fri Jan 13 06:45:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 13100140 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 4D7F1C54EBD for ; Fri, 13 Jan 2023 06:46:12 +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=ThIPAyOMUE/nr0ucb/jdVA+patfO5EuiM6BLtI3cYD8=; b=BSagtnI543aADr rsDe0+n/zKwRUwu+VQMODgIfvSfoWWnRfHLlsc0c3UUjz/BeTna0kXIqcdONlxZ4O7GmCnSr53Ytx CYcW9Akb/0Xbb3BTbElVhIDpbrPMsRoUXr3nbAk6MpMRK1Q/xe+q9j694SQS1KCGgDZO1ZzNJvbnw hJfxYSP2mhis++8zj6XeO8hBx4ObLBNZqryk4EH3EbbNpcUW699me5LCl/1TPkByzx9pHJNaGRMpU 0x/AQaXnQZsssXP2a6H62VQPY6FQSjzX9ScV7dpQvTNfLPiWqFSfbW/WIEi+s8r0mIjtTl3Y5s8Ei D7ms9AwkH0XdeReU0ZxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGDoO-000s1U-40; Fri, 13 Jan 2023 06:45:13 +0000 Received: from [2601:1c2:d80:3110::9307] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGDoK-000s0H-QD; Fri, 13 Jan 2023 06:45:08 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Kunihiko Hayashi , Masami Hiramatsu , linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] thermal: uniphier: use regular comment syntax Date: Thu, 12 Jan 2023 22:45:07 -0800 Message-Id: <20230113064507.17224-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.39.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 Use "/*" comment for the file's initial comment since it is not in kernel-doc format. This prevents a kernel-doc warning: drivers/thermal/uniphier_thermal.c:26: warning: expecting prototype for uniphier_thermal.c(). Prototype was for PVTCTLEN() instead Signed-off-by: Randy Dunlap Cc: "Rafael J. Wysocki" Cc: Daniel Lezcano Cc: Amit Kucheria Cc: Zhang Rui Cc: Kunihiko Hayashi Cc: Masami Hiramatsu Cc: linux-pm@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org --- drivers/thermal/uniphier_thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -- a/drivers/thermal/uniphier_thermal.c b/drivers/thermal/uniphier_thermal.c --- a/drivers/thermal/uniphier_thermal.c +++ b/drivers/thermal/uniphier_thermal.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/** +/* * uniphier_thermal.c - Socionext UniPhier thermal driver * Copyright 2014 Panasonic Corporation * Copyright 2016-2017 Socionext Inc.