Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp586721pxu; Thu, 3 Dec 2020 07:51:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJwKIXnRaPM3aJDdPNIjvp1wKfWMLJAjyPhNDsa+Db1QWh+CYMYaiaFaDoxFqsioiqZI+6ig X-Received: by 2002:a50:b2c1:: with SMTP id p59mr3497473edd.318.1607010689648; Thu, 03 Dec 2020 07:51:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607010689; cv=none; d=google.com; s=arc-20160816; b=VXdwWtqFu1WYAYMwfY4BofXCIVgM6szMqRZAUNnZl3W3usNdKpre6raNUcdftzHsda EfFVHFhVLUiNybfuxT7rGQ8EedwBW3DeUH5y2WDqav7C5D7+80/36D6XOuBTnVkwhNGH VUp6wWnMang5IGM32Fy8RJqZmpnb7UkI/9Ac+CU03zPl9H4rv+JmWT+aePnP/MsSKlsE gFrjC6BALdDL3cMZS2huqp7nrFiMc6UL1Ej+bozAyagv0Bc+/Fa1ceP9e/OHbKyGzGyO 5InV+AqV07OI8NsJbC9VlnlZgBv+grdkALNRJ9Ioa7WbKFDLamKMuIfx5RufBsndKDW7 n3Kw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=ris3N+v/Yj5Iu+/iIqOPSTqyAay1XxBAyuoLpS+xg8Y=; b=R/sQP8kNqdLyuSUUhxQer5ErzUKCdDMKXKybQk9fokuCD1NTFUqDLCrz1et6/iYuWq bLHlSdZgvosYiZlsdihnRq+V7uODVqQ315Nene/oQLrL2kOXDPItxjYSmMwa0C1byoQp 2zkeNlHfgmdZLYZiEWRWO5hLHzI+gOytPTdIDH3mtlzw34Ew1aVbBqEQIv6ygmE7KhvD pKImF30Rd9dvIQKazJKAusj5aHAEkhbG9xedGRJ8bGgttCiE3ThC1YMc1iAt2BSxEy39 QDDeyNJ1PBrwAxPyWAI9Yuebqt85RCF5PgHqtmVB/SnsJMxSRUpp+EMI7uZAZQQZ7gjd mVPA== 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z6si1080459ede.557.2020.12.03.07.51.06; Thu, 03 Dec 2020 07:51:29 -0800 (PST) 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=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389134AbgLCPqv (ORCPT + 99 others); Thu, 3 Dec 2020 10:46:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:37364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389098AbgLCPqu (ORCPT ); Thu, 3 Dec 2020 10:46:50 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: lgirdwood@gmail.com, Zou Wei , support.opensource@diasemi.com Cc: linux-kernel@vger.kernel.org In-Reply-To: <1606994795-36182-1-git-send-email-zou_wei@huawei.com> References: <1606994795-36182-1-git-send-email-zou_wei@huawei.com> Subject: Re: [PATCH -next] regulator: da9121: Mark some symbols with static keyword Message-Id: <160701036614.3303.4039988837649392583.b4-ty@kernel.org> Date: Thu, 03 Dec 2020 15:46:06 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Dec 2020 19:26:35 +0800, Zou Wei wrote: > Fix the following sparse warnings: > > drivers/regulator/da9121-regulator.c:55:21: warning: symbol 'da9121_10A_2phase_current' was not declared. Should it be static? > drivers/regulator/da9121-regulator.c:63:21: warning: symbol 'da9121_6A_2phase_current' was not declared. Should it be static? > drivers/regulator/da9121-regulator.c:71:21: warning: symbol 'da9121_5A_1phase_current' was not declared. Should it be static? > drivers/regulator/da9121-regulator.c:79:21: warning: symbol 'da9121_3A_1phase_current' was not declared. Should it be static? > drivers/regulator/da9121-regulator.c:151:32: warning: symbol 'status_event_handling' was not declared. Should it be static? Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/1] regulator: da9121: Mark some symbols with static keyword commit: c8dbf2f200de8c9cba3b332522fabad114cf9f53 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark