]> git.baikalelectronics.ru Git - kernel.git/commit
checkpatch: add fix_insert_line and fix_delete_line helpers
authorJoe Perches <joe@perches.com>
Wed, 6 Aug 2014 23:11:07 +0000 (16:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Aug 2014 01:01:28 +0000 (18:01 -0700)
commitfd9d55a4ee5a001274221c4065ecfe8ac1e92c83
tree18b238e5a05361610b5c8e90c40504fb5c204c14
parent36de84c44032912e3c38a5a8887f8470286b75c5
checkpatch: add fix_insert_line and fix_delete_line helpers

Neaten the uses of patch/file line insertions or deletions.  Hide the
mechanism used.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl