On Sun, 19 Mar 2017, Arushi Singhal wrote:
> Moved logical AND operator to previous line to fix the following
> checkpatch issue:
You seem to have AND and OR confused. AND is &&, OR is ||. This patch is
about OR, not AND.
julia
>
> CHECK: Logical continuations should be on the previous line
Moved logical AND operator to previous line to fix the following
checkpatch issue:
CHECK: Logical continuations should be on the previous line.
Signed-off-by: Arushi Singhal
---
drivers/staging/speakup/main.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/st