Received: by 2002:a25:23cc:0:0:0:0:0 with SMTP id j195csp129778ybj; Wed, 6 May 2020 13:16:23 -0700 (PDT) X-Google-Smtp-Source: APiQypJuBQw7WevRclDmCLoI4MNHIfwP5JoXSLjVCgIc6jviaVmIsS3kVKwCubYILA9dKj8CZEXd X-Received: by 2002:a50:a0c7:: with SMTP id 65mr8911137edo.7.1588796183578; Wed, 06 May 2020 13:16:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1588796183; cv=none; d=google.com; s=arc-20160816; b=GGxnqL6HUdftyaUkRr7TABfU9NLiJTqx+afmuZ7yIYYhib7ZOP1QRvBpCYX2UjCZm2 JgPZs2DUeENa4TN6tG8STs6jJrvkLxcaN29/+rHe8bYPH4BSJ4vmXyCEfJFjoOaVoVQO VuuYnjDTC+ohYXg/SbDaWX8rrig+teL7VKDwL+cZpfU4S9lWyxYwV3EQHq2ljHed5vgI 5K1Z08ISXu98zajLu5tCY9ysMjRH3+AM/ELoZ+2DZZ4a3lSakXee7ogfGaXPVg4fbySl o/auRkWiCPNskA1WI5n2RxChirgCxy0sGoc/n7TWUub4k+32JFzvs6vMw7J2rUYfXYlo SHvQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:date:message-id:from :references:cc:to:subject; bh=Qx2xdr/odTMIfKXYnaPv1xOC5eTyRN/qW3Z9Vskxse4=; b=XXsLEJxdRTQ84PVIUP9PuqlliOD6Ae5Dqm4JaYl2EPMXxYT1hD5mw27WLu8U1b9K7b mNEjkAXpCxneJdT7sXVv4h0QKQfwJPgnlAaPYG11XXhO9udsQVgWnomSSiCu2CIZKH7t LsvNJbsnM0jaevVn7l2WNFtWkibAwEHahp3wCs+StxHpDjqfAMeCPcbBrs/GIqDJi/7B VMtHB9xZgVJA03VPaQPMzD/gcDua3EMO+e9rAkziiRlab42xGZGtDOMfS03Yxa+c5OKV zKqcYry3UffQXFSNax4Z+Q2jVIdkKeI6ZEWaiSsrGhC1RQfhxENjSRJOLw76WlnzYraO 52eg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn16si1767141edb.488.2020.05.06.13.16.00; Wed, 06 May 2020 13:16:23 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728653AbgEFTut (ORCPT + 99 others); Wed, 6 May 2020 15:50:49 -0400 Received: from mail.manjaro.org ([176.9.38.148]:52910 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726093AbgEFTut (ORCPT ); Wed, 6 May 2020 15:50:49 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id F198039E0E76; Wed, 6 May 2020 21:50:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tGAS5DBpzZsm; Wed, 6 May 2020 21:50:45 +0200 (CEST) Subject: Re: [PATCH -next] power/supply/cw2015: Make some symbols static To: ChenTao Cc: sre@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200506114519.238186-1-chentao107@huawei.com> From: Tobias Schramm Message-ID: <0a9613a6-5557-21cb-af16-bd57d7b2a696@manjaro.org> Date: Wed, 6 May 2020 21:49:26 +0200 MIME-Version: 1.0 In-Reply-To: <20200506114519.238186-1-chentao107@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US-large Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Fix the following warning: > > drivers/power/supply/cw2015_battery.c:96:5: warning: > 'cw_update_profile' was not declared. Should it be static? > drivers/power/supply/cw2015_battery.c:712:1: warning: > 'cw_bat_pm_ops' was not declared. Should it be static? > LGTM. Acked-by: Tobias Schramm Tested-by: Tobias Schramm Thanks, Tobias