From c758bd4ebdc6fa21b31194cfd9d4bc4b0ef9d807 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 3 Nov 2012 14:33:51 +0000 Subject: [PATCH] scst: Fix a comment in scst/include/scst.h (merge r4503 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4586 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index fef7e7567..028077333 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -2563,7 +2563,7 @@ struct scst_acg { /* List of attached acn's, protected by scst_mutex */ struct list_head acn_list; - /* List entry in acg_lists */ + /* List entry in acg_lists (procfs) or tgt_acg_list (sysfs) */ struct list_head acg_list_entry; /* Name of this acg */