Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30634
b: refs/heads/master
c: f274afc
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Adrian Bunk committed Jun 26, 2006
1 parent 0f0305c commit 3d896e6
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: 2efe55a9cec8418f0e0cde3dc3787a42fddc4411
refs/heads/master: f274afc9933e5fd5987a4a2a5f02687958f8ba65
4 changes: 2 additions & 2 deletions trunk/drivers/usb/storage/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ struct us_data {
};

/* Convert between us_data and the corresponding Scsi_Host */
static struct Scsi_Host inline *us_to_host(struct us_data *us) {
static inline struct Scsi_Host *us_to_host(struct us_data *us) {
return container_of((void *) us, struct Scsi_Host, hostdata);
}
static struct us_data inline *host_to_us(struct Scsi_Host *host) {
static inline struct us_data *host_to_us(struct Scsi_Host *host) {
return (struct us_data *) host->hostdata;
}

Expand Down

0 comments on commit 3d896e6

Please sign in to comment.