On Fri, Apr 24, 2020 at 08:53:34AM -0700, Youngjun Park wrote: > From: Youngjun Park <[email protected]> > > Signed-off-by: Youngjun Park <[email protected]> > > 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

