From b19ae27cd2126398bafefe635146ed373125d228 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 26 Mar 2014 03:22:16 +0000 Subject: [PATCH] scst: Clarify a comment The comment above scst_nexus_loss() is somewhat confusing so change it into something that is more clear. Signed-off-by: Bart Van Assche git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5387 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index f0b6d001f..ecde072c5 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -4279,7 +4279,7 @@ out_free: goto out; } -/* No locks supposed to be held, scst_mutex - held */ +/* scst_mutex supposed to be held */ void scst_nexus_loss(struct scst_tgt_dev *tgt_dev, bool queue_UA) { TRACE_ENTRY();