Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93928
b: refs/heads/master
c: 582fb6c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and James Bottomley committed Apr 27, 2008
1 parent 1f44637 commit 4433a8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e19166d5df10be0ea404c4e346cf6be93bfb1d63
refs/heads/master: 582fb6c03a0e89d05e4efa8a3e4bd09d0942dadc
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/esp_scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ struct esp_cmd_priv {
int num_sg;
} u;

unsigned int cur_residue;
int cur_residue;
struct scatterlist *cur_sg;
unsigned int tot_residue;
int tot_residue;
};
#define ESP_CMD_PRIV(CMD) ((struct esp_cmd_priv *)(&(CMD)->SCp))

Expand Down

0 comments on commit 4433a8e

Please sign in to comment.