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:
015254d
)
mm/zsmalloc.c: correct comment for fullness group computation
author
Wang Sheng-Hui
<shhuiw@gmail.com>
Thu, 9 Oct 2014 22:29:59 +0000
(15:29 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 10 Oct 2014 02:26:03 +0000
(22:26 -0400)
The letter 'f' in "n <= N/f" stands for fullness_threshold_frac, not
1/fullness_threshold_frac.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Acked-by: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found