mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
qla2x00t: Fix checkpatch complaints about whitespace (merge r6158 and r6170 from trunk)
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6293 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -1723,7 +1723,7 @@ qla2x00_status_entry(scsi_qla_host_t *vha, struct rsp_que *rsp, void *pkt)
|
||||
return;
|
||||
}
|
||||
|
||||
lscsi_status = scsi_status & STATUS_MASK;
|
||||
lscsi_status = scsi_status & STATUS_MASK;
|
||||
|
||||
fcport = sp->fcport;
|
||||
|
||||
|
||||
+1
-1
@@ -221,7 +221,7 @@ MODULE_PARM_DESC(ql2xtargetreset,
|
||||
"Default is 1 - use hw defaults.");
|
||||
|
||||
int ql2xgffidenable = 0;
|
||||
module_param(ql2xgffidenable, int, S_IRUGO);
|
||||
module_param(ql2xgffidenable, int, S_IRUGO);
|
||||
MODULE_PARM_DESC(ql2xgffidenable,
|
||||
"Enables GFF_ID checks of port type. "
|
||||
"Default is 0 - Do not use GFF_ID information.");
|
||||
|
||||
+1
-1
@@ -2297,7 +2297,7 @@ qla2x00_write_optrom_data(struct scsi_qla_host *vha, uint8_t *buf,
|
||||
*/
|
||||
rest_addr = 0xffff;
|
||||
sec_mask = 0x10000;
|
||||
break;
|
||||
break;
|
||||
}
|
||||
/*
|
||||
* ST m29w010b part - 16kb sector size
|
||||
|
||||
Reference in New Issue
Block a user