From 86596039bc96000692a2dad616436be528d4de80 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Thu, 27 Dec 2007 16:50:06 -0800 Subject: [PATCH] --- yaml --- r: 78138 b: refs/heads/master c: 4195e31780a20e09c6e793c2d96390e05309e226 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/can/bcm.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index b65666cfc4b1..dfc0ccbaebfa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ccb29637991fa6b8321a80c2320a71e379aea962 +refs/heads/master: 4195e31780a20e09c6e793c2d96390e05309e226 diff --git a/trunk/include/linux/can/bcm.h b/trunk/include/linux/can/bcm.h index 7ade33a0ff03..7f293273c444 100644 --- a/trunk/include/linux/can/bcm.h +++ b/trunk/include/linux/can/bcm.h @@ -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]; };