From c5a981ff610c3069e68b0fe5c946fddadb1c9305 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 2 May 2010 10:09:50 +0000 Subject: [PATCH] Refined a comment. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1675 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 07213f673..eabe6e21b 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -283,7 +283,7 @@ struct srpt_port { * @event_handler: per-HCA asynchronous IB event handler. * @dev: per-port srpt- device instance. * @scst_tgt: SCST target information associated with this HCA. - * @enabled: Whether or not this device is considered enabled by SCST. + * @enabled: Whether or not this SCST target is enabled. */ struct srpt_device { struct ib_device *device;