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 <[email protected]> > Signed-off-by: "Eric W. Biederman" <[email protected]>
Looks good, Reviewed-by: Christoph Hellwig <[email protected]>

