mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-12 01:20:14 +00:00
RDMA/cxgb4: fix typo in write_pbl() debug message
Correct the debug log format string from "pdb_addr" -> "pbl_addr" to match the actual variable name. Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com> Link: https://patch.msgid.link/20250929091102.50384-1-alok.a.tiwari@oracle.com Signed-off-by: Leon Romanovsky <leon@kernel.org>
This commit is contained in:
parent
3a86608788
commit
cfd51fcf11
@ -348,7 +348,7 @@ static int write_pbl(struct c4iw_rdev *rdev, __be64 *pbl,
|
||||
{
|
||||
int err;
|
||||
|
||||
pr_debug("*pdb_addr 0x%x, pbl_base 0x%x, pbl_size %d\n",
|
||||
pr_debug("*pbl_addr 0x%x, pbl_base 0x%x, pbl_size %d\n",
|
||||
pbl_addr, rdev->lldi.vr->pbl.start,
|
||||
pbl_size);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user