lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <084BD6AB1C4759DA+20250414042629.63019-3-wangyuli@uniontech.com>
Date: Mon, 14 Apr 2025 12:26:27 +0800
From: WangYuli <wangyuli@...ontech.com>
To: wangyuli@...ontech.com
Cc: akpm@...ux-foundation.org,
	guanwentao@...ontech.com,
	linux-kernel@...r.kernel.org,
	mingo@...nel.org,
	niecheng1@...ontech.com,
	tglx@...utronix.de,
	zhanjun@...ontech.com,
	"James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
	"Martin K. Petersen" <martin.petersen@...cle.com>,
	SCSI SUBSYSTEM <linux-scsi@...r.kernel.org>
Subject: [PATCH v2 3/5] 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(). Now fix it.

Cc: James E.J. Bottomley <James.Bottomley@...senPartnership.com>
Cc: Martin K. Petersen <martin.petersen@...cle.com>
Cc: SCSI SUBSYSTEM <linux-scsi@...r.kernel.org>
Cc: linux-kernel@...r.kernel.org
Signed-off-by: WangYuli <wangyuli@...ontech.com>
---
 drivers/scsi/scsi_transport_fc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/scsi_transport_fc.c b/drivers/scsi/scsi_transport_fc.c
index 082f76e76721..dda7be02ed9f 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.
 		 */
-- 
2.49.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ