git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7f9f45
)
staging: lttng: Fix recent modifications to string_from_user operation
author
Yannick Brosseau
<yannick.brosseau@gmail.com>
Sat, 3 Dec 2011 02:13:32 +0000
(21:13 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 8 Dec 2011 23:05:16 +0000
(15:05 -0800)
Include: a fix for a recently introduced change: obviously max_t should
be used instead of min_t here. Also, a likely should apply to the result
of the comparison, not the variable per se.
Signed-off-by: Yannick Brosseau <yannick.brosseau@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found