destination member that is intended to be the starting point
> of zeroing through the end of the struct.
>
> Cc: Alexander Shishkin
> Signed-off-by: Kees Cook
Acked-by: Alexander Shishkin
> ---
> drivers/hwtracing/intel_th/msu.c | 4 +---
> 1 file changed, 1 insertion
On Wed, Dec 01, 2010 at 05:54:18PM +0100, Julien Cristau wrote:
> On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote:
>
> > For headers that get exported to userland and make use of u32 style
> > type names, it is advised to include linux/types.h.
> >
> &
On Wed, Dec 01, 2010 at 05:54:18PM +0100, Julien Cristau wrote:
> On Wed, Dec 1, 2010 at 17:10:42 +0200, Alexander Shishkin wrote:
>
> > For headers that get exported to userland and make use of u32 style
> > type names, it is advised to include linux/types.h.
> >
> &
For headers that get exported to userland and make use of u32 style
type names, it is advised to include linux/types.h.
This fixes 5 headers_check warnings.
Signed-off-by: Alexander Shishkin
CC: Andrew Morton
CC: David Airlie
CC: Chris Wilson
CC: dri-devel at lists.freedesktop.org
CC: linux
For headers that get exported to userland and make use of u32 style
type names, it is advised to include linux/types.h.
This fixes 5 headers_check warnings.
Signed-off-by: Alexander Shishkin
CC: Andrew Morton
CC: David Airlie
CC: Chris Wilson
CC: dri-devel@lists.freedesktop.org
CC: linux-ker