mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
iscsi-scst/kernel/iscsi.c: fix a checkpatch complaint about whitespace.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3447 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4026,10 +4026,10 @@ static int __init iscsi_init(void)
|
||||
|
||||
iscsi_cmnd_abort_mempool = mempool_create_kmalloc_pool(2500,
|
||||
sizeof(struct iscsi_cmnd_abort_params));
|
||||
if (iscsi_cmnd_abort_mempool == NULL) {
|
||||
err = -ENOMEM;
|
||||
goto out_free_dummy;
|
||||
}
|
||||
if (iscsi_cmnd_abort_mempool == NULL) {
|
||||
err = -ENOMEM;
|
||||
goto out_free_dummy;
|
||||
}
|
||||
|
||||
#if defined(CONFIG_TCP_ZERO_COPY_TRANSFER_COMPLETION_NOTIFICATION)
|
||||
err = net_set_get_put_page_callbacks(iscsi_get_page_callback,
|
||||
|
||||
Reference in New Issue
Block a user