lkml.org 
[lkml]   [2023]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH V2] can: usb: f81604: add Fintek F81604 support
On Tue. 23 Mar 2023 at 14:54, Vincent MAILHOL
<mailhol.vincent@wanadoo.fr> wrote:
> Le jeu. 23 mars 2023 à 14:14, Peter Hong <peter_hong@fintek.com.tw> a écrit :

(...)

> > struct f81604_bulk_data {
> > u8 cmd;
> > u8 dlc;
> >
> > union {
> > struct {
> > u8 id1, id2;
> > u8 data[CAN_MAX_DLEN];
> > } sff;
> >
> > struct {
> > u8 id1, id2, id3, id4;
> > u8 data[CAN_MAX_DLEN];
> > } eff;
> > };
> > } __attribute__((packed));

Actually, there is an alias for this attribute. Just use __packed
instead of __attribute__((packed)).

(...)

\
 
 \ /
  Last update: 2023-03-27 01:17    [W:0.065 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site