From 3c93276d8f4d4122723f819aef4ca7031de16227 Mon Sep 17 00:00:00 2001
From: Vladislav Bolkhovitin
Date: Thu, 29 Oct 2009 19:27:14 +0000
Subject: [PATCH] Cosmetics.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1301 d57e44dd-8a1f-0410-8b47-8ef2f437770f
---
iscsi-scst/kernel/iscsi_hdr.h | 2 --
iscsi-scst/usr/chap.c | 1 -
scst/include/scst.h | 1 -
scst/src/scst_main.c | 1 -
scst/src/scst_proc.c | 1 -
scst/src/scst_sysfs.c | 1 -
scst_local/scst_local.c | 1 -
www/users.html | 2 +-
8 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/iscsi-scst/kernel/iscsi_hdr.h b/iscsi-scst/kernel/iscsi_hdr.h
index f0a58d123..d2778566e 100644
--- a/iscsi-scst/kernel/iscsi_hdr.h
+++ b/iscsi-scst/kernel/iscsi_hdr.h
@@ -479,7 +479,6 @@ struct iscsi_reject_hdr {
#define ISCSI_REASON_NEGOTIATION_RESET 0x0b
#define ISCSI_REASON_WAITING_LOGOUT 0x0c
-
struct iscsi_nop_out_hdr {
u8 opcode;
u8 flags;
@@ -517,5 +516,4 @@ struct iscsi_nop_in_hdr {
#define cmnd_opcode(cmnd) ((cmnd)->pdu.bhs.opcode & ISCSI_OPCODE_MASK)
#define cmnd_scsicode(cmnd) (cmnd_hdr((cmnd))->scb[0])
-
#endif /* __ISCSI_HDR_H__ */
diff --git a/iscsi-scst/usr/chap.c b/iscsi-scst/usr/chap.c
index a2974cd8f..d83f46509 100644
--- a/iscsi-scst/usr/chap.c
+++ b/iscsi-scst/usr/chap.c
@@ -85,7 +85,6 @@ static void decode_hex_string(char *hex_string, u8 *intnum, int intlen)
intnum[j--] = 0;
}
-
/* Base64 decoding, taken from UNH-iSCSI "Base64codeToNumber()" */
static u8 decode_base64_digit(char base64)
{
diff --git a/scst/include/scst.h b/scst/include/scst.h
index 7917c8d79..323dd380e 100644
--- a/scst/include/scst.h
+++ b/scst/include/scst.h
@@ -68,7 +68,6 @@ typedef _Bool bool;
#define SCST_INTERFACE_VERSION \
SCST_VERSION_STRING "$Revision$" SCST_CONST_VERSION
-
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 18))
#define COMPLETION_INITIALIZER_ONSTACK(work) \
({ init_completion(&work); work; })
diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c
index 515c7a1c1..25531b983 100644
--- a/scst/src/scst_main.c
+++ b/scst/src/scst_main.c
@@ -2192,7 +2192,6 @@ static void __exit exit_scst(void)
return;
}
-
module_init(init_scst);
module_exit(exit_scst);
diff --git a/scst/src/scst_proc.c b/scst/src/scst_proc.c
index 7ec08b992..ae7554e5e 100644
--- a/scst/src/scst_proc.c
+++ b/scst/src/scst_proc.c
@@ -2350,7 +2350,6 @@ static struct scst_proc_data scst_sessions_proc_data = {
.show = scst_sessions_info_show,
};
-
static struct scst_proc_data scst_sgv_proc_data = {
SCST_DEF_RW_SEQ_OP(NULL)
.show = sgv_procinfo_show,
diff --git a/scst/src/scst_sysfs.c b/scst/src/scst_sysfs.c
index 68a86dd27..c83fd6b24 100644
--- a/scst/src/scst_sysfs.c
+++ b/scst/src/scst_sysfs.c
@@ -1736,7 +1736,6 @@ int __init scst_sysfs_init(void)
if (scst_handlers_kobj == NULL)
goto handlers_kobj_error;
-
out:
TRACE_EXIT_RES(retval);
return retval;
diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c
index 00ca7078e..1a8384727 100644
--- a/scst_local/scst_local.c
+++ b/scst_local/scst_local.c
@@ -875,7 +875,6 @@ static int __init scst_local_init(void)
goto driver_unregister;
}
-
/*
* register the target driver and then create a host. This makes sure
* that we see any targets that are there. Gotta figure out how to
diff --git a/www/users.html b/www/users.html
index f5f63e8fe..a02da245e 100644
--- a/www/users.html
+++ b/www/users.html
@@ -64,7 +64,7 @@
Proxmox
Scalable Informatics
Storwize
- System Fabric Works
+ System Fabric Works, Inc.