From: Shawn Landden Date: Tue, 5 May 2015 16:07:16 +0000 (-0700) Subject: can.h: make padding given by gcc explicit X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~336^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2f11835994ed5bcd6d66c7205947cc482231b08;p=pandora-kernel.git can.h: make padding given by gcc explicit The current definition of struct can_frame has a 16-byte size, with 8-byte alignment, but the 3 bytes of padding are not explicit like the similar 2 bytes of padding of struct canfd_frame. Make it explicit so it is easier to read. Signed-off-by: Shawn Landden Acked-by: Oliver Hartkopp Signed-off-by: Marc Kleine-Budde --- Reading git-diff-tree failed