Re: [PATCH] livepatch: remove extern specifier from header files

2015-02-18 Thread Jiri Kosina
On Wed, 18 Feb 2015, Miroslav Benes wrote: > Storage-class specifier 'extern' is redundant in front of the function > declaration. According to the C specification it has the same meaning as > if not present at all. So remove it. > > Signed-off-by: Miroslav Benes Applied, thanks. -- Jiri Kosi

Re: [PATCH] livepatch: remove extern specifier from header files

2015-02-18 Thread Masami Hiramatsu
(2015/02/18 23:21), Miroslav Benes wrote: > Storage-class specifier 'extern' is redundant in front of the function > declaration. According to the C specification it has the same meaning as > if not present at all. So remove it. > > Signed-off-by: Miroslav Benes Looks good to me. Reviewed-by: M

Re: [PATCH] livepatch: remove extern specifier from header files

2015-02-18 Thread Josh Poimboeuf
On Wed, Feb 18, 2015 at 03:21:07PM +0100, Miroslav Benes wrote: > Storage-class specifier 'extern' is redundant in front of the function > declaration. According to the C specification it has the same meaning as > if not present at all. So remove it. > > Signed-off-by: Miroslav Benes Acked-by: J

[PATCH] livepatch: remove extern specifier from header files

2015-02-18 Thread Miroslav Benes
Storage-class specifier 'extern' is redundant in front of the function declaration. According to the C specification it has the same meaning as if not present at all. So remove it. Signed-off-by: Miroslav Benes --- arch/x86/include/asm/livepatch.h | 4 ++-- include/linux/livepatch.h| 8 +