From: WangYuli Date: Mon, 14 Apr 2025 04:26:27 +0000 (+0800) Subject: scsi: scsi_transport_fc: Rename del_timer() in comment X-Git-Tag: v6.16-rc1~17^2~43 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c8c70ff3a766a077e5b3a717e91722638d50e2a6;p=linux-block.git scsi: scsi_transport_fc: Rename del_timer() in comment Commit 8fa7292fee5c ("treewide: Switch/rename to timer_delete[_sync]()") switched del_timer() to timer_delete(), but did not modify the comment for fc_remote_port_rolechg(). Fix it. Cc: James E.J. Bottomley Cc: Martin K. Petersen Cc: SCSI SUBSYSTEM Cc: linux-kernel@vger.kernel.org Signed-off-by: WangYuli Link: https://lore.kernel.org/r/084BD6AB1C4759DA+20250414042629.63019-3-wangyuli@uniontech.com Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c index 082f76e76721..6b165a3ec6de 100644 --- a/drivers/scsi/scsi_transport_fc.c +++ b/drivers/scsi/scsi_transport_fc.c @@ -3509,7 +3509,7 @@ fc_remote_port_rolechg(struct fc_rport *rport, u32 roles) * state as the LLDD would not have had an rport * reference to pass us. * - * Take no action on the del_timer failure as the state + * Take no action on the timer_delete() failure as the state * machine state change will validate the * transaction. */