From 2de79152598b178447292c233972bfd481ab7ae8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 6 Feb 2015 15:11:33 +0000 Subject: [PATCH] ib_srpt: Remove an obsolete comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6022 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 7c408e7cc..f05e560c7 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -92,7 +92,6 @@ MODULE_LICENSE("Dual BSD/GPL"); */ static u64 srpt_service_guid; -/* List of srpt_device structures. */ static atomic_t srpt_device_count; #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING) static unsigned long trace_flag = DEFAULT_SRPT_TRACE_FLAGS;