Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40343
b: refs/heads/master
c: 4a531e8
h: refs/heads/master
i:
  40341: 10b1bc6
  40339: b7d3174
  40335: 27c2eaf
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Oct 25, 2006
1 parent c4614d5 commit fccbcff
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: afc071e6281e4f2af4748b5ddc594334726a37cf
refs/heads/master: 4a531e8c79fe459e922347461ccc0f0c13de20d5
2 changes: 1 addition & 1 deletion trunk/include/scsi/scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ struct scsi_lun {
#define SCSI_IOCTL_GET_PCI 0x5387

/* Pull a u32 out of a SCSI message (using BE SCSI conventions) */
static inline u32 scsi_to_u32(u8 *ptr)
static inline __u32 scsi_to_u32(__u8 *ptr)
{
return (ptr[0]<<24) + (ptr[1]<<16) + (ptr[2]<<8) + ptr[3];
}
Expand Down

0 comments on commit fccbcff

Please sign in to comment.