Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173692
b: refs/heads/master
c: cd7560c
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Dec 4, 2009
1 parent 1b46e3c commit 1e732cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b94f8951bf256674eca3f2a490df17521442afef
refs/heads/master: cd7560cb69489c6b798b61897449989b4e972327
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qlogicpti.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* determined for each queue request anew.
*/
#define QLOGICPTI_REQ_QUEUE_LEN 255 /* must be power of two - 1 */
#define QLOGICPTI_MAX_SG(ql) (4 + ((ql) > 0) ? 7*((ql) - 1) : 0)
#define QLOGICPTI_MAX_SG(ql) (4 + (((ql) > 0) ? 7*((ql) - 1) : 0))

/* mailbox command complete status codes */
#define MBOX_COMMAND_COMPLETE 0x4000
Expand Down

0 comments on commit 1e732cc

Please sign in to comment.