mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-27 17:35:18 -04:00
scsi: ibmvfc: Fix spelling mistake "Deleteing" -> "Deleting"
There is a spelling mistake in a tgt_dbg message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://patch.msgid.link/20260730222951.352872-1-colin.i.king@gmail.com Signed-off-by: Martin K. Petersen (Oracle) <mkp@kernel.org>
This commit is contained in:
committed by
Martin K. Petersen (Oracle)
parent
fe4464b706
commit
654fdae895
@@ -6141,7 +6141,7 @@ static void ibmvfc_do_work(struct ibmvfc_host *vhost)
|
||||
|
||||
list_for_each_entry(tgt, &vhost->nvme_scrqs.targets, queue) {
|
||||
if (tgt->action == IBMVFC_TGT_ACTION_DEL_RPORT) {
|
||||
tgt_dbg(tgt, "Deleteing NVMe rport\n");
|
||||
tgt_dbg(tgt, "Deleting NVMe rport\n");
|
||||
nvme_rport = tgt->nvme_remote_port;
|
||||
list_del(&tgt->queue);
|
||||
ibmvfc_set_tgt_action(tgt, IBMVFC_TGT_ACTION_DELETED_RPORT);
|
||||
|
||||
Reference in New Issue
Block a user