Re: [PATCH v2 07/12] xen/rt: Clean up trace handling

2021-09-24 Thread Dario Faggioli
On Mon, 2021-09-20 at 18:25 +0100, Andrew Cooper wrote: > Most uses of bitfields and __packed are unnecessary.  There is also > no need to > cast 'd' to (unsigned char *) before passing it to a function taking > void *. > > No functional change. > > Signed-off-by: Andrew Cooper > Reviewed-by: Da

[PATCH v2 07/12] xen/rt: Clean up trace handling

2021-09-20 Thread Andrew Cooper
Most uses of bitfields and __packed are unnecessary. There is also no need to cast 'd' to (unsigned char *) before passing it to a function taking void *. No functional change. Signed-off-by: Andrew Cooper --- CC: George Dunlap CC: Ian Jackson CC: Jan Beulich CC: Stefano Stabellini CC: Wei