Re: [PATCH] init/do_mounts: fix a coding style error

2020-07-26 Thread Joe Perches
On Sun, 2020-07-26 at 18:21 +0100, Al Viro wrote: > On Tue, Jul 14, 2020 at 03:02:58PM +0800, zhouchuangao wrote: > > Fix code style errors reported by scripts/checkpatch.pl. > > NAKed-because: excessive deference to checkpatch.pl > > It's not a holy oracle than needs to be appeased, no questions

Re: [PATCH] init/do_mounts: fix a coding style error

2020-07-26 Thread Al Viro
On Tue, Jul 14, 2020 at 03:02:58PM +0800, zhouchuangao wrote: > Fix code style errors reported by scripts/checkpatch.pl. NAKed-because: excessive deference to checkpatch.pl It's not a holy oracle than needs to be appeased, no questions asked. Reference to it is absolutely insufficient reason for

[PATCH] init/do_mounts: fix a coding style error

2020-07-14 Thread zhouchuangao
Fix code style errors reported by scripts/checkpatch.pl. Signed-off-by: zhouchuangao --- init/do_mounts.c | 55 --- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/init/do_mounts.c b/init/do_mounts.c index 29d326b..89bf389 10064

[PATCH] init/do_mounts: fix a coding style error

2020-05-20 Thread zhouchuangao
Fix code style errors reported by scripts/checkpatch.pl. Signed-off-by: zhouchuangao --- init/do_mounts.c | 52 ++-- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/init/do_mounts.c b/init/do_mounts.c index 29d326b..2f8bd41 100644 -