From 663d39f1ea98da4ba4e6150cbefb4660d44d4c4a Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 11 May 2011 11:00:01 +0000 Subject: [PATCH] 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 --- iscsi-scst/kernel/iscsi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iscsi-scst/kernel/iscsi.c b/iscsi-scst/kernel/iscsi.c index 3e3731de6..f8129ef6a 100644 --- a/iscsi-scst/kernel/iscsi.c +++ b/iscsi-scst/kernel/iscsi.c @@ -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,