]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
RDMA/cxgb4: fix typo in write_pbl() debug message
authorAlok Tiwari <alok.a.tiwari@oracle.com>
Mon, 29 Sep 2025 09:10:56 +0000 (02:10 -0700)
committerLeon Romanovsky <leon@kernel.org>
Sun, 19 Oct 2025 10:51:46 +0000 (06:51 -0400)
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>
drivers/infiniband/hw/cxgb4/mem.c

index dcdfe250bdbeb050182504760c04706ef20c1475..adeed7447e7bbc53854d01ced642f97fb93a9e0e 100644 (file)
@@ -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);