Re: [PATCH] init: do_mounts.c: Fix indentation errors.

From: Greg KH
Date: Thu Mar 11 2021 - 07:28:26 EST


On Thu, Mar 11, 2021 at 05:36:50PM +0530, Shubhankar Kuranagatti wrote:
> Switch and case have been aligned together, extra tab removed
> Removed extra space before tab.
>
> Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@xxxxxxxxx>
> ---
> init/do_mounts.c | 13 ++++++-------
> 1 file changed, 6 insertions(+), 7 deletions(-)

For basic "clean up the code as a first patch task", please stick to the
code under drivers/staging/ and do not venture out into the "core"
kernel files as that just causes unneeded and unwanted churn.

good luck!

greg k-h