Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78138
b: refs/heads/master
c: 4195e31
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Hartkopp authored and David S. Miller committed Jan 28, 2008
1 parent 38170b4 commit 8659603
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: ccb29637991fa6b8321a80c2320a71e379aea962
refs/heads/master: 4195e31780a20e09c6e793c2d96390e05309e226
8 changes: 4 additions & 4 deletions trunk/include/linux/can/bcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
* @frames: array of CAN frames.
*/
struct bcm_msg_head {
int opcode;
int flags;
int count;
__u32 opcode;
__u32 flags;
__u32 count;
struct timeval ival1, ival2;
canid_t can_id;
int nframes;
__u32 nframes;
struct can_frame frames[0];
};

Expand Down

0 comments on commit 8659603

Please sign in to comment.