From patchwork Wed Feb 21 09:17:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiapeng Chong X-Patchwork-Id: 13565154 X-Patchwork-Delegate: snitzer@redhat.com Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) (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 251153D54C for ; Wed, 21 Feb 2024 09:18:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.110 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708507101; cv=none; b=cDNc+KjH1i9yjybrLulbhryrh6An1dXskpW0POEWggJ7mm5/tr8iCYAtXYu5sqFbyOGv6RpfJEDOKdkm2Wx2RHpvacwTCQ0TZ3Re8kG4V0lUme7viJGPYWAxlHiCf230mWG1VXCc3jx3QSCILEgQFeCoDuPbjJz1CoOYEEaj2aU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708507101; c=relaxed/simple; bh=H60LSo+ZBPcO6OqcwW9qvKbRC/ecwKW5PD9SHfJakOU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=HBxhqdVIAIl8BmsNr+PrZjD4jBrojjwlbjZqXDIHl0XHFpKhZfS33T9NHPCNHITK9InoaBK9r4TK1L58KA7wSD+461veRAEO1Nn25CETkQnfUKfqVp63QAzArcjKKrX2kBVqELpPaqltmUEBsKyvqXKWnNj7pUj5nyzQHIm9Y8k= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=FnOUId1D; arc=none smtp.client-ip=115.124.30.110 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="FnOUId1D" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1708507097; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=jhEIWtVJuyuBjNM1WD3786nYKFFH4yuhOqLm6acwxvk=; b=FnOUId1D9ww83/hto0eRtxel3UULUflKpRg42/JWng/6qx7nrQmdT2psSfmHhUHZcQP00q+R1vAdhRnChCK+0+8GEWh7qVjDz7YgWSZZ6RtETFUlZ5Uml+JVLpEw16whwuKudJEFUYxPsOMp2a9fpxcIo1mIyq0yBD5lYTkLQc4= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R681e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046050;MF=jiapeng.chong@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0W0zMlgV_1708507094; Received: from localhost(mailfrom:jiapeng.chong@linux.alibaba.com fp:SMTPD_---0W0zMlgV_1708507094) by smtp.aliyun-inc.com; Wed, 21 Feb 2024 17:18:16 +0800 From: Jiapeng Chong To: msakai@redhat.com Cc: dm-devel@lists.linux.dev, linux-kernel@vger.kernel.org, Jiapeng Chong , Abaci Robot Subject: [PATCH 3/8] dm vdo: Modify mismatched function name Date: Wed, 21 Feb 2024 17:17:29 +0800 Message-Id: <20240221091731.7007-6-jiapeng.chong@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c In-Reply-To: <20240221091731.7007-1-jiapeng.chong@linux.alibaba.com> References: <20240221091731.7007-1-jiapeng.chong@linux.alibaba.com> Precedence: bulk X-Mailing-List: dm-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 No functional modification involved. drivers/md/dm-vdo/physical-zone.c:268: warning: expecting prototype for vdo_free_pbn_lock_pool(). Prototype was for free_pbn_lock_pool() instead. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8275 Signed-off-by: Jiapeng Chong --- drivers/md/dm-vdo/physical-zone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/dm-vdo/physical-zone.c b/drivers/md/dm-vdo/physical-zone.c index b80c4d3a9bde..14d502ea77c9 100644 --- a/drivers/md/dm-vdo/physical-zone.c +++ b/drivers/md/dm-vdo/physical-zone.c @@ -258,7 +258,7 @@ static int make_pbn_lock_pool(size_t capacity, struct pbn_lock_pool **pool_ptr) } /** - * vdo_free_pbn_lock_pool() - Free a PBN lock pool. + * free_pbn_lock_pool() - Free a PBN lock pool. * @pool: The lock pool to free. * * This also frees all the PBN locks it allocated, so the caller must ensure that all locks have