Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267589
b: refs/heads/master
c: 581cd7e
h: refs/heads/master
i:
  267587: 2d22b14
v: v3
  • Loading branch information
Ruslan Pisarev authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 2318e25 commit 79035a5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f647b49b8587ec4793d47f007f4c24689004b640
refs/heads/master: 581cd7ee21db5c2a1f991adae8d2d889e79f5cb7
5 changes: 3 additions & 2 deletions trunk/drivers/staging/keucr/scsiglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static int command_abort(struct scsi_cmnd *srb)
scsi_lock(us_to_host(us));
if (us->srb != srb) {
scsi_unlock(us_to_host(us));
printk ("-- nothing to abort\n");
printk("-- nothing to abort\n");
return FAILED;
}

Expand Down Expand Up @@ -279,7 +279,8 @@ static int proc_info(struct Scsi_Host *host, char *buffer, char **start,
pos += sprintf(pos, " Quirks:");

#define US_FLAG(name, value) \
if (us->fflags & value) pos += sprintf(pos, " " #name);
if (us->fflags & value)\
pos += sprintf(pos, " " #name);
US_DO_ALL_FLAGS
#undef US_FLAG

Expand Down

0 comments on commit 79035a5

Please sign in to comment.