Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223514
b: refs/heads/master
c: 4e06fd1
h: refs/heads/master
v: v3
  • Loading branch information
Will Newton authored and Linus Torvalds committed Dec 23, 2010
1 parent 992b61f commit 40d5f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 91facc22dec964683aef88f5620a790a6e46b98a
refs/heads/master: 4e06fd14d5fa78826397c891654a37e5a36ee827
6 changes: 3 additions & 3 deletions trunk/include/linux/unaligned/packed_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include <linux/kernel.h>

struct __una_u16 { u16 x __attribute__((packed)); };
struct __una_u32 { u32 x __attribute__((packed)); };
struct __una_u64 { u64 x __attribute__((packed)); };
struct __una_u16 { u16 x; } __attribute__((packed));
struct __una_u32 { u32 x; } __attribute__((packed));
struct __una_u64 { u64 x; } __attribute__((packed));

static inline u16 __get_unaligned_cpu16(const void *p)
{
Expand Down

0 comments on commit 40d5f10

Please sign in to comment.