Skip to content

Commit d963c52

Browse files
Colin Ian Kingjgunthorpe
authored andcommitted
RDMA/hns: Fix spelling mistake "epmty" -> "empty"
There is a spelling mistake in a dev_dbg message. Fix it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 9123e3a commit d963c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/hw/hns/hns_roce_hw_v1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ static void hns_roce_set_sdb_ext(struct hns_roce_dev *hr_dev, u32 ext_sdb_alept,
535535
roce_write(hr_dev, ROCEE_EXT_DB_SQ_H_REG, val);
536536

537537
dev_dbg(dev, "ext SDB depth: 0x%x\n", db->ext_db->esdb_dep);
538-
dev_dbg(dev, "ext SDB threshold: epmty: 0x%x, ful: 0x%x\n",
538+
dev_dbg(dev, "ext SDB threshold: empty: 0x%x, ful: 0x%x\n",
539539
ext_sdb_alept, ext_sdb_alful);
540540
}
541541

0 commit comments

Comments
 (0)