Re: [PATCH] kdbus: fix header guard name

2015-03-17 Thread Greg Kroah-Hartman
On Tue, Mar 17, 2015 at 09:21:42AM -0300, lucas.de.mar...@gmail.com wrote: > From: Lucas De Marchi > > UAPI headers have a _UAPI_ as prefix, which is removed during > headers_install. If it's put as a suffix it will not be removed and will > be the only header with UAPI in the header guard macro.

[PATCH] kdbus: fix header guard name

2015-03-17 Thread lucas . de . marchi
From: Lucas De Marchi UAPI headers have a _UAPI_ as prefix, which is removed during headers_install. If it's put as a suffix it will not be removed and will be the only header with UAPI in the header guard macro. Signed-off-by: Lucas De Marchi Reviewed-by: David Herrmann --- include/uapi/linu

Re: [PATCH] kdbus: fix header guard name

2015-03-17 Thread David Herrmann
Hi On Tue, Mar 17, 2015 at 4:03 AM, wrote: > From: Lucas De Marchi > > UAPI headers have a _UAPI_ as prefix, which is removed during > headers_install. If it's put as a suffix it will not be removed and will > be the only header with UAPI in the header guard macro. > > Signed-off-by: Lucas De M

[PATCH] kdbus: fix header guard name

2015-03-16 Thread lucas . de . marchi
From: Lucas De Marchi UAPI headers have a _UAPI_ as prefix, which is removed during headers_install. If it's put as a suffix it will not be removed and will be the only header with UAPI in the header guard macro. Signed-off-by: Lucas De Marchi --- include/uapi/linux/kdbus.h | 4 ++-- 1 file ch