Re: [PATCH] kernel: Add spaces around '=' operator

2018-08-17 Thread Greg KH
On Fri, Aug 17, 2018 at 06:53:48PM +0530, Bhaskar Singh wrote: > This patch fixes the checkpatch.pl ERROR: > > ERROR: spaces required around that '==' (ctx:VxV) > > Signed-off-by: Bhaskar Singh > --- > kernel/acct.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [PATCH] kernel: Add spaces around '=' operator

2018-08-17 Thread Greg KH
On Fri, Aug 17, 2018 at 06:53:48PM +0530, Bhaskar Singh wrote: > This patch fixes the checkpatch.pl ERROR: > > ERROR: spaces required around that '==' (ctx:VxV) > > Signed-off-by: Bhaskar Singh > --- > kernel/acct.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] kernel: Add spaces around '=' operator

2018-08-17 Thread Bhaskar Singh
This patch fixes the checkpatch.pl ERROR: ERROR: spaces required around that '==' (ctx:VxV) Signed-off-by: Bhaskar Singh --- kernel/acct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/acct.c b/kernel/acct.c index addf7732fb56..6dc0a55b575c 100644 ---

[PATCH] kernel: Add spaces around '=' operator

2018-08-17 Thread Bhaskar Singh
This patch fixes the checkpatch.pl ERROR: ERROR: spaces required around that '==' (ctx:VxV) Signed-off-by: Bhaskar Singh --- kernel/acct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/acct.c b/kernel/acct.c index addf7732fb56..6dc0a55b575c 100644 ---