exec: Remove unnecessary spaces from binfmts.h
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 11 Jul 2020 11:45:36 +0000 (06:45 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 21 Jul 2020 13:04:54 +0000 (08:04 -0500)
commit9746c9be0bb5860592e048468b37974be4c59d44
tree83ebe99f1ba0686a19992949c8d8580fd1b0c930
parentf06b71fe4d4cd0a4ad7e183b777564f696f6bb36
exec: Remove unnecessary spaces from binfmts.h

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@chromium.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/87v9iq6x9x.fsf@x220.int.ebiederm.org
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/linux/binfmts.h