All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] use DIV_ROUND_UP helper macro for calculations
@ 2021-05-25  8:15 Wu Bo
  2021-05-25  8:15 ` [PATCH 1/2] crypto: af_alg - " Wu Bo
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Wu Bo @ 2021-05-25  8:15 UTC (permalink / raw)
  To: viro, herbert, davem, linux-fsdevel, linux-crypto, linux-kernel
  Cc: linfeilong, wubo40

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-06-03 12:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25  8:15 [PATCH 0/2] use DIV_ROUND_UP helper macro for calculations Wu Bo
2021-05-25  8:15 ` [PATCH 1/2] crypto: af_alg - " Wu Bo
2021-05-25  8:37   ` Christophe Leroy
2021-05-26  8:31     ` Dave Chinner
2021-06-03 12:30   ` Herbert Xu
2021-05-25  8:15 ` [PATCH 2/2] fs: direct-io: " Wu Bo
2021-05-25  8:38   ` Christophe Leroy
2021-05-25  8:41 ` [PATCH 0/2] " Christophe Leroy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.