mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 05:36:22 +00:00
Cosmetics.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1301 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -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__ */
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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; })
|
||||
|
||||
@@ -2192,7 +2192,6 @@ static void __exit exit_scst(void)
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
module_init(init_scst);
|
||||
module_exit(exit_scst);
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@
|
||||
<a href="http://www.proxmox.com">Proxmox</a><br>
|
||||
<a href="http://www.scalableinformatics.com">Scalable Informatics</a><br>
|
||||
<a href="http://www.storwize.com">Storwize</a><br>
|
||||
<a href="http://systemfabricworks.com">System Fabric Works</a><br>
|
||||
<a href="http://systemfabricworks.com">System Fabric Works, Inc.</a><br>
|
||||
</p>
|
||||
|
||||
<small><br></small>
|
||||
|
||||
Reference in New Issue
Block a user