commit | 61135e966367eda5056504ffd2f7518eaf77e25b | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Sep 11 14:23:59 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Sep 11 15:58:44 2013 -0700 |
tree | 147fa33fb15f77eb5af50ad845ea19ba00f3cae9 | |
parent | 70dc8a48357ce630d8a76887a9a36f0d34c8caf2 [diff] |
checkpatch: fix networking kernel-doc block comment defect checkpatch can generate a false positive when inserting a new kernel-doc block and function above an existing kernel-doc block. Fix it by checking that the context line is also a newly inserted line. Signed-off-by: Joe Perches <joe@perches.com> Reported-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>