commit | cedc5b6aab493f6b1b1d381dccc0cc082da7d3d8 | [log] [tgz] |
---|---|---|
author | Kees Cook <[email protected]> | Tue Aug 21 21:55:28 2018 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Aug 22 10:52:46 2018 -0700 |
tree | 48966ad9da437b399e663155700de9c0ede26d7b | |
parent | 96c6a32ccb55a366054fd82cc63523bb7f7493d3 [diff] |
kernel.h: documentation for roundup() vs round_up() Things like 3619dec5103d ("dh key: fix rounding up KDF output length") expose the lack of explicit documentation for roundup() vs round_up(). At least we can try to document it better if anyone goes looking. Link: http://lkml.kernel.org/r/20180703041950.GA43464@beast Signed-off-by: Kees Cook <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>