Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 731
b: refs/heads/master
c: f78fc87
h: refs/heads/master
i:
  729: a026363
  727: 4621157
v: v3
  • Loading branch information
Vinay K Nallamothu authored and Linus Torvalds committed May 1, 2005
1 parent e797ea1 commit 2895e20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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: e49332bd12e92da2df6d002f857ec62675ba2648
refs/heads/master: f78fc874f42f63a460bcebc2aeb98db526280d1c
4 changes: 2 additions & 2 deletions trunk/drivers/net/gt96100eth.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ typedef struct {
u32 cmdstat;
u32 next;
u32 buff_ptr;
} gt96100_td_t __attribute__ ((packed));
} __attribute__ ((packed)) gt96100_td_t;

typedef struct {
#ifdef DESC_BE
Expand All @@ -227,7 +227,7 @@ typedef struct {
u32 cmdstat;
u32 next;
u32 buff_ptr;
} gt96100_rd_t __attribute__ ((packed));
} __attribute__ ((packed)) gt96100_rd_t;


/* Values for the Tx command-status descriptor entry. */
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/MC68328.h
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ typedef volatile struct {
volatile unsigned short int pad1;
volatile unsigned short int pad2;
volatile unsigned short int pad3;
} m68328_uart __attribute__((packed));
} __attribute__((packed)) m68328_uart;


/**********
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/MC68EZ328.h
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ typedef volatile struct {
volatile unsigned short int nipr;
volatile unsigned short int pad1;
volatile unsigned short int pad2;
} m68328_uart __attribute__((packed));
} __attribute__((packed)) m68328_uart;


/**********
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-m68knommu/MC68VZ328.h
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ typedef struct {
volatile unsigned short int nipr;
volatile unsigned short int hmark;
volatile unsigned short int unused;
} m68328_uart __attribute__((packed));
} __attribute__((packed)) m68328_uart;



Expand Down

0 comments on commit 2895e20

Please sign in to comment.