mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 11:41:26 +00:00
Merge of r947:
Removed trailing whitespace. and r952: On ppc64, gcc 4.4 spews lots of.. drivers/scsi/qla2xxx/qla_def.h:1485:7: warning: "__LITTLE_ENDIAN" is not defined Signed-off-by: Dave Jones <davej@redhat.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/1.0.1.x@960 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1353,7 +1353,7 @@ out_err:
|
||||
(long long unsigned int)conn->session->sid,
|
||||
conn->cid, conn->write_cmnd);
|
||||
}
|
||||
if (ref_cmd_to_parent &&
|
||||
if (ref_cmd_to_parent &&
|
||||
((ref_cmd->scst_cmd != NULL) || (ref_cmd->scst_aen != NULL))) {
|
||||
if (ref_cmd->scst_state == ISCSI_CMD_STATE_AEN)
|
||||
scst_set_aen_delivery_status(ref_cmd->scst_aen,
|
||||
|
||||
@@ -1485,7 +1485,7 @@ typedef union {
|
||||
uint8_t domain;
|
||||
uint8_t area;
|
||||
uint8_t al_pa;
|
||||
#elif __LITTLE_ENDIAN
|
||||
#elif defined(__LITTLE_ENDIAN)
|
||||
uint8_t al_pa;
|
||||
uint8_t area;
|
||||
uint8_t domain;
|
||||
|
||||
Reference in New Issue
Block a user