mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"
There is a spelling mistake in a ibmvfc_dbg debug message. Fix it. Link: https://lore.kernel.org/r/20210118111346.70798-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
8e60a7deca
commit
ff79acc49a
@ -4806,7 +4806,7 @@ static void ibmvfc_channel_setup_done(struct ibmvfc_event *evt)
|
||||
|
||||
switch (mad_status) {
|
||||
case IBMVFC_MAD_SUCCESS:
|
||||
ibmvfc_dbg(vhost, "Channel Setup succeded\n");
|
||||
ibmvfc_dbg(vhost, "Channel Setup succeeded\n");
|
||||
flags = be32_to_cpu(setup->flags);
|
||||
vhost->do_enquiry = 0;
|
||||
active_queues = be32_to_cpu(setup->num_scsi_subq_channels);
|
||||
|
Loading…
Reference in New Issue
Block a user