[PATCH 1/7] exec: Remove unnecessary spaces from binfmts.h

Kees Cook keescook at chromium.org
Tue Jul 14 21:38:12 UTC 2020


On Tue, Jul 14, 2020 at 08:28:42AM -0500, Eric W. Biederman wrote:
> 
> The general convention in the linux kernel is to define a pointer
> member as "type *name".  The declaration of struct linux_binprm has
> several pointer defined as "type * name".  Update them to the
> form of "type *name" for consistency.
> 
> Suggested-by: Kees Cook <keescook at chromium.org>
> Signed-off-by: "Eric W. Biederman" <ebiederm at xmission.com>

Reviewed-by: Kees Cook <keescook at chromium.org>

-- 
Kees Cook



More information about the Linux-security-module-archive mailing list