Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83748
b: refs/heads/master
c: 792aa2f
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Feb 7, 2008
1 parent d8b0376 commit cc8cd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ab32df72bfa7bee9126cc5b1abc037aef124f15
refs/heads/master: 792aa2f2cc4924024e28c9ddf1456434992f9c41
2 changes: 1 addition & 1 deletion trunk/scripts/kernel-doc
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@ sub process_file($) {
$newsection = $1;
$newcontents = $2;

if ($contents ne "") {
if (($contents ne "") && ($contents ne "\n")) {
if (!$in_doc_sect && $verbose) {
print STDERR "Warning(${file}:$.): contents before sections\n";
++$warnings;
Expand Down

0 comments on commit cc8cd5f

Please sign in to comment.