Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263330
b: refs/heads/master
c: 30ecad5
h: refs/heads/master
v: v3
  • Loading branch information
Hui Zhu authored and Linus Torvalds committed Aug 25, 2011
1 parent e82a93d commit e0dffe5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3d1c2f72a9464c9880054194af0c041d7beb9124
refs/heads/master: 30ecad51849ae132dc6ef6ddb62d499c7257515b
3 changes: 2 additions & 1 deletion trunk/scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2574,7 +2574,8 @@ sub process {
} else {
$cast = $cast2;
}
WARN("$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . $herecurr);
WARN("MINMAX",
"$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . $herecurr);
}
}

Expand Down

0 comments on commit e0dffe5

Please sign in to comment.