From 56d3217eb081869ca39567dc0729350878b8227e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Feb 2015 15:43:44 +0000 Subject: [PATCH] ib_srpt: Update a source code comment git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6104 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 706adecce..3734dcb26 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -4398,9 +4398,9 @@ static void srpt_unregister_procfs_entry(struct scst_tgt_template *tgt) * srpt_init_module() - Kernel module initialization. * * Note: Since ib_register_client() registers callback functions, and since at - * least one of these callback functions (srpt_add_one()) calls SCST functions, - * the SCST target template must be registered before ib_register_client() is - * called. + * least one of these callback functions (srpt_add_one()) calls target core + * functions, this driver must be registered with the SCSI target core before + * ib_register_client() is called. */ static int __init srpt_init_module(void) {