On Tue, 11 Sep 2012 00:43:21 +0300 Tomas Winkler <[email protected]> wrote:
> Signed-off-by: Tomas Winkler <[email protected]> > --- > drivers/misc/mei/mei_dev.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h > index 96d3e79..adb35fb 100644 > --- a/drivers/misc/mei/mei_dev.h > +++ b/drivers/misc/mei/mei_dev.h > @@ -140,7 +140,7 @@ enum mei_cb_major_types { > struct mei_message_data { > u32 size; > unsigned char *data; > -} __packed; > +}; Explanation would be useful especially for this one. The others are obvious although a one line comment would still be good form perhaps. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

