This patchset is replace open coded divisor calculations with the DIV_ROUND_UP kernel macro for better readability. Wu Bo (2): crypto: af_alg - use DIV_ROUND_UP helper macro for calculations fs: direct-io: use DIV_ROUND_UP helper macro for calculations crypto/af_alg.c | 2 +- fs/direct-io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- 1.8.3.1