Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68687
b: refs/heads/master
c: 51ef9c5
h: refs/heads/master
i:
  68685: 93e6652
  68683: 551bd2f
  68679: f821a59
  68671: 25292c4
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 14, 2007
1 parent f588aad commit 39de595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: bda76dd1600cc32a753bb9ae45dbe1d625aba92a
refs/heads/master: 51ef9c57f0be4945aa78b83d64aca34f41e351ce
8 changes: 4 additions & 4 deletions trunk/drivers/char/synclink_gt.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ static void flush_cond_wait(struct cond_wait **head);
*/
struct slgt_desc
{
unsigned short count;
unsigned short status;
unsigned int pbuf; /* physical address of data buffer */
unsigned int next; /* physical address of next descriptor */
__le16 count;
__le16 status;
__le32 pbuf; /* physical address of data buffer */
__le32 next; /* physical address of next descriptor */

/* driver book keeping */
char *buf; /* virtual address of data buffer */
Expand Down

0 comments on commit 39de595

Please sign in to comment.