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: 642881 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 83C6BC677F1 for ; Fri, 13 Jan 2023 07:00:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241169AbjAMHAC (ORCPT ); Fri, 13 Jan 2023 02:00:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240979AbjAMG66 (ORCPT ); Fri, 13 Jan 2023 01:58:58 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BDD16B1BB; Thu, 12 Jan 2023 22:45:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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=Y9TFXyY/sfG1sJ/KVOexQqe/pZPSRJnNn2M9xtAbxXc=; b=kIlHQJUiyMYQIPLxOs3YG6fejv pctQUj9Ppqu7l4c9B2B/vfh8IOf9JdZstk/Z14AHQqIkQ7B9SjwzrF5Ubxh1LG69XOUT/KX/xULqP 1byMrUPYBnnKoNifXJaFpC5U2pEnNEtHOSxRpQnpz+4ZAlukNzHcAGDjNqKskSI4LaShq9Ud7/B8t FHHQ7SpqyZSUBqDyRPKq9ywQTQOAVOCv0u92e81exNCts4XJQCUFVz4q5ECKSLAD5Wxei4wVaVb+9 J74qlC2ebZ3BnyjrOA9gFZd3KZZdcevDsBtNZ0qbFW7zPLB20+8bi7iVM98DEYt3DmCN0dMLbITg/ yUvSUEdw==; 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 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.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.