Re: [PATCH 3/6] drivers: hv: Cleanup the kvp related state in hyperv.h
From: Joe Perches <joe@perches.com>
Date: 2012-02-03 02:39:44
Also in:
lkml
From: Joe Perches <joe@perches.com>
Date: 2012-02-03 02:39:44
Also in:
lkml
On Thu, 2012-02-02 at 15:48 -0800, Greg KH wrote:
On Thu, Feb 02, 2012 at 11:41:29PM +0000, KY Srinivasan wrote:quoted
quoted
quoted
+#define __packed __attribute__((packed))
[]
quoted
When I ran the checkpatch script against these patches I got a warning that the preferred directive was to use "__packed".Well, checkpatch is stupid sometimes.
True. I suppose checkpatch warning could be improved to say that it's preferred for "kernel only" files and should be ignored for public/user cases.