From patchwork Wed Nov 6 13:28:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amit Kucheria X-Patchwork-Id: 11230291 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 09DE21575 for ; Wed, 6 Nov 2019 13:28:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D736F21D79 for ; Wed, 6 Nov 2019 13:28:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="zoKFulYa" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730913AbfKFN2k (ORCPT ); Wed, 6 Nov 2019 08:28:40 -0500 Received: from mail-pg1-f193.google.com ([209.85.215.193]:46639 "EHLO mail-pg1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730685AbfKFN2j (ORCPT ); Wed, 6 Nov 2019 08:28:39 -0500 Received: by mail-pg1-f193.google.com with SMTP id r18so1431451pgu.13 for ; Wed, 06 Nov 2019 05:28:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=dBTjXXvoKMVg6TJv/+lsC8FjMXyU4jEJXQ4/NvF04y8=; b=zoKFulYa2zGCTxLWB23LTz9Sh0jybKnXxRzHrtoT0ETVUyQNv1aDvV1eOG+6xh1TCm 0emi1CMyMkPjoOSRNqxkU+C0PIor1+s97Ii0awqpDY25otIHH0qdIoDq6YrEXIxL/lbc NFX+zA939PD+pq3LKyY4XLciG5oaaBVER0UpuvJbyuFNBH1RH2remgD5duRDzvuzM4tD h6iWHbw8/XHh621L02ECaKK0G7wLaV8JhI8rAK6VUkgEvzPqoZBA5WCzx+aLLw+s5gpZ N/mNYI+N0mRHOdDbwiIKubYvPWEP/y6oTiEANmlQ/Ao2B3Jjkk3PZPon0eVUpelGbUq0 RC6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=dBTjXXvoKMVg6TJv/+lsC8FjMXyU4jEJXQ4/NvF04y8=; b=oMeV6iJTCZJEV77vy0fBckCLTzKDcpUMYZfANwSrESQ8B6XaOr+OqlplQ/yFQ2uPkz jAJczeUd6SCUMo3DDmNFvIDtylRe9oKxu2ZOv5Q1NuzpKUzbbyHCGMdTP9fS7KATQIA2 cSECR/k1H+QYHmVRSUHUL2E79xYUdFYfA9t0oFKMuGkqnTzm1jv89tQjvqbu3NWE67CB ZE17lNLSATJNEbvKjLWd+vJKDlD1NuSNH+vvzksrVaFhvjuW9fHPUeiDw5w4JDRZz1qw DterQlSYdnLSiMIkLIIJ7sbmOk5ogzVJOF83aqgSfSySoQqhNvJtBNLpkHKlnbp45MsF G7MA== X-Gm-Message-State: APjAAAXf5tO/6ijXJYeAsxLHcAjGWoMMddW7CftB9Q4LFPcnhT1nBm+o +YuIbLupfnUDoC3lvQUkg/B/gQ== X-Google-Smtp-Source: APXvYqwDRf9TEjaCBK3xROumR4SRu+7KUt+mKQpZJeGGEo3kii1ZV3aetC6mleugfWkwiwGPi9uIBg== X-Received: by 2002:a63:925c:: with SMTP id s28mr2484003pgn.175.1573046919086; Wed, 06 Nov 2019 05:28:39 -0800 (PST) Received: from localhost ([49.248.202.230]) by smtp.gmail.com with ESMTPSA id m15sm20764961pgv.58.2019.11.06.05.28.38 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Nov 2019 05:28:38 -0800 (PST) From: Amit Kucheria To: linux-kernel@vger.kernel.org, edubezval@gmail.com, Amit Daniel Kachhap , Amit Kucheria , Bartlomiej Zolnierkiewicz , Daniel Lezcano , Guillaume La Roque , Heiko Stuebner , Javi Merino , Jonathan Hunter , Jun Nie , Krzysztof Kozlowski , Kukjin Kim , Matthias Brugger , Shawn Guo , Thierry Reding , Viresh Kumar , Zhang Rui Cc: linux-pm@vger.kernel.org Subject: [PATCH 01/11] thermal: of-thermal: Appease the kernel-doc deity Date: Wed, 6 Nov 2019 18:58:17 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Replace a comment starting with /** by simply /* to avoid having it interpreted as a kernel-doc comment. Fixes the following warning when compile with make W=1: linux.git/drivers/thermal/of-thermal.c:761: warning: cannot understand function prototype: 'const char *trip_types[] = ' Signed-off-by: Amit Kucheria Reviewed-by: Viresh Kumar --- drivers/thermal/of-thermal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/of-thermal.c b/drivers/thermal/of-thermal.c index dc5093be553ec..5235aed2fadd5 100644 --- a/drivers/thermal/of-thermal.c +++ b/drivers/thermal/of-thermal.c @@ -754,7 +754,7 @@ static int thermal_of_populate_bind_params(struct device_node *np, return ret; } -/** +/* * It maps 'enum thermal_trip_type' found in include/linux/thermal.h * into the device tree binding of 'trip', property type. */