Re: [PATCH] fs: fixup redundant indentation.

From: Greg KH
Date: Tue Apr 28 2020 - 09:01:01 EST


On Fri, Apr 24, 2020 at 08:53:34AM -0700, Youngjun Park wrote:
> From: Youngjun Park <her0gyu@xxxxxxxxx>
>
> Signed-off-by: Youngjun Park <her0gyu@xxxxxxxxx>
>
> fixup redundant indentation on the label.
> ---
> fs/kernfs/file.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

signed-off-by needs to go last.

And this fix is not needed, the existing code is fine.

thanks,

greg k-h