Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3295922pxj; Mon, 24 May 2021 03:27:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwJfT8UkO11XSPp0moFDwWl7HxQJFut+PajPtHaKh56vmdlNBHW7ueo7fjjQG+pMxEoLNw+ X-Received: by 2002:a17:906:3588:: with SMTP id o8mr22121689ejb.403.1621852070292; Mon, 24 May 2021 03:27:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621852070; cv=none; d=google.com; s=arc-20160816; b=A4X9+PAalmpnhc3hJdFBUcMAgoG+OZ2AhG6K/x0G+BJeguUu7CUVUF25aCkfqxMp/q VewWYLuOocniXpvfLWVeb1SHRKbyLupOwEdmi6NsRgbaWa7LE4g70X++eIrdIfe8fzm/ ZmKiENOJkG0D3be6pihyO3Et0kNdmewTTyER5WCtXV9gWY5VNy6dXwckGR8x6WX1qMoy ebnd/IxRuz07QC4RvnG44mvIQceamxXgoyQJ1/8BrQPOytZk2BpZuTkVGleSy4S2TKao 2pXAqprfl014TX4JwezJmRUqfshGU5BgWDXs7QPhs70j2aLTwf1Lkl1eltVyhrCfAAzx oJaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:message-id:date:subject:cc:to:from; bh=IcQoQlHveRjx7LhLujoAd9YTJxmk1s2gCv7d/FbMP88=; b=CA0Yzuk/Bq0lZcn4uw+fp1BPnIiw1HJ5XhuYr7xuK711gpWRWVkIl13pABX7ZbWsTM Wx7XfQ+V66Bhuoil/eET6Bs7Hoc+eDm4matCnE+a3zB6bw7Njs+qBTVvarZS0ema3Z9d exQL4TW+e8obUSk+OLLhTeyarDuSclwetUIu7QJU8LDkoAMSo5RQy9SxLoGujBfYaqME hKvYKWnuHVrZWu39xWAnAFy9AJm2yLGustYzk2TmRigqcG83/CRIruSvCXkWeIqE413V wv3kGE+Tltg8dMa4zGLJBmTTLNL+A4NzaImBmMPSd3E7Dsz/IaRK4HO7ism55lwQHEAy WIhQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p21si9372889eds.559.2021.05.24.03.27.26; Mon, 24 May 2021 03:27:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232516AbhEXK1q (ORCPT + 99 others); Mon, 24 May 2021 06:27:46 -0400 Received: from out4436.biz.mail.alibaba.com ([47.88.44.36]:8490 "EHLO out4436.biz.mail.alibaba.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232422AbhEXK1q (ORCPT ); Mon, 24 May 2021 06:27:46 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R421e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04395;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=9;SR=0;TI=SMTPD_---0UZvuUPT_1621851964; Received: from j63c13417.sqa.eu95.tbsite.net(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0UZvuUPT_1621851964) by smtp.aliyun-inc.com(127.0.0.1); Mon, 24 May 2021 18:26:05 +0800 From: Yang Li To: edubezval@gmail.com Cc: j-keerthy@ti.com, rui.zhang@intel.com, daniel.lezcano@linaro.org, amitk@kernel.org, linux-pm@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Li Subject: [PATCH] thermal: ti-soc-thermal: Fix kernel-doc Date: Mon, 24 May 2021 18:26:03 +0800 Message-Id: <1621851963-36548-1-git-send-email-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 1.8.3.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix function name in ti-bandgap.c kernel-doc comment to remove a warning. drivers/thermal/ti-soc-thermal/ti-bandgap.c:787: warning: expecting prototype for ti_bandgap_alert_init(). Prototype was for ti_bandgap_talert_init() instead. Reported-by: Abaci Robot Signed-off-by: Yang Li --- drivers/thermal/ti-soc-thermal/ti-bandgap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/ti-soc-thermal/ti-bandgap.c b/drivers/thermal/ti-soc-thermal/ti-bandgap.c index ebe7cb7..ea0603b 100644 --- a/drivers/thermal/ti-soc-thermal/ti-bandgap.c +++ b/drivers/thermal/ti-soc-thermal/ti-bandgap.c @@ -770,7 +770,7 @@ static int ti_bandgap_tshut_init(struct ti_bandgap *bgp, } /** - * ti_bandgap_alert_init() - setup and initialize talert handling + * ti_bandgap_talert_init() - setup and initialize talert handling * @bgp: pointer to struct ti_bandgap * @pdev: pointer to device struct platform_device * -- 1.8.3.1