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
This commit is contained in:
Bart Van Assche
2015-02-16 15:43:44 +00:00
parent d46a3e8bab
commit 56d3217eb0
+3 -3
View File
@@ -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)
{