From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 12BD2137C; Tue, 19 Dec 2023 01:45:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.88.234]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4SvKD211V6z1FF8x; Tue, 19 Dec 2023 09:41:22 +0800 (CST) Received: from kwepemm000007.china.huawei.com (unknown [7.193.23.189]) by mail.maildlp.com (Postfix) with ESMTPS id 609E11404D8; Tue, 19 Dec 2023 09:45:04 +0800 (CST) Received: from [10.67.120.192] (10.67.120.192) by kwepemm000007.china.huawei.com (7.193.23.189) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.35; Tue, 19 Dec 2023 09:45:03 +0800 Message-ID: <5fa71441-a3c0-46ee-802d-5b08492f4e8f@huawei.com> Date: Tue, 19 Dec 2023 09:45:03 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird CC: , , , , , , , , , , , , , Subject: Re: [PATCH V3 net-next 4/4] net: hns3: move constants from hclge_debugfs.h to hclge_debugfs.c To: Simon Horman References: <20231216070018.222798-1-shaojijie@huawei.com> <20231216070018.222798-5-shaojijie@huawei.com> <20231218153533.GE6288@kernel.org> From: Jijie Shao In-Reply-To: <20231218153533.GE6288@kernel.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemm000007.china.huawei.com (7.193.23.189) on 2023/12/18 23:35, Simon Horman wrote: > On Sat, Dec 16, 2023 at 03:00:18PM +0800, Jijie Shao wrote: >> some constants are defined in hclge_debugfs.h, >> but only used in hclge_debugfs.c. >> so move them from hclge_debugfs.h to hclge_debugfs.c. >> >> Signed-off-by: Jijie Shao > Thanks Jijie, > > this looks good, but I think it should come before patch 2/4, > to avoid warnings about unused symbols being flagged until this patch is > applied. > > ... Thanks for your suggestion, this will be fixed in v4.