aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
authorGravatar Aditya Srivastava <yashsri421@gmail.com> 2020-12-15 20:45:06 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2020-12-15 22:46:17 -0800
commitda7355ab4e4a0021924e87acce2b9fb7e6f3264e (patch)
tree557063499d094afc903f647362dd7bbf11655987 /scripts/Makefile
parentcheckpatch: fix unescaped left brace (diff)
downloadlinux-da7355ab4e4a0021924e87acce2b9fb7e6f3264e.tar.gz
linux-da7355ab4e4a0021924e87acce2b9fb7e6f3264e.tar.bz2
linux-da7355ab4e4a0021924e87acce2b9fb7e6f3264e.zip
checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
Currently, checkpatch warns us if an assignment operator is placed at the start of a line and not at the end of previous line. E.g., running checkpatch on commit 8195b1396ec8 ("hv_netvsc: fix deadlock on hotplug") reports: CHECK: Assignment operator '=' should be on the previous line + struct netvsc_device *nvdev + = container_of(w, struct netvsc_device, subchan_work); Provide a simple fix by appending assignment operator to the previous line and removing from the current line, if both the lines are additions (ie start with '+') Link: https://lkml.kernel.org/r/20201121120407.22942-1-yashsri421@gmail.com Signed-off-by: Aditya Srivastava <yashsri421@gmail.com> Acked-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/Makefile')
0 files changed, 0 insertions, 0 deletions