[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1621930520-515336-1-git-send-email-wubo40@huawei.com>
Date: Tue, 25 May 2021 16:15:18 +0800
From: Wu Bo <wubo40@...wei.com>
To: <viro@...iv.linux.org.uk>, <herbert@...dor.apana.org.au>,
<davem@...emloft.net>, <linux-fsdevel@...r.kernel.org>,
<linux-crypto@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <linfeilong@...wei.com>, <wubo40@...wei.com>
Subject: [PATCH 0/2] use DIV_ROUND_UP helper macro for calculations
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
Powered by blists - more mailing lists