提交 9f0d9bfa 编写于 作者: G Gauthier Voron 提交者: Greg Kroah-Hartman

Staging: lustre: fix coding style

This patch fix too large line.
Signed-off-by: NGauthier Voron <gauthier.voron@lip6.fr>
Signed-off-by: NHakan Metin <hakan.metin@lip6.fr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 71474ccb
...@@ -363,8 +363,8 @@ static void enc_pools_insert(struct page ***pools, int npools, int npages) ...@@ -363,8 +363,8 @@ static void enc_pools_insert(struct page ***pools, int npools, int npages)
*/ */
cur_npools = (page_pools.epp_total_pages + PAGES_PER_POOL - 1) / cur_npools = (page_pools.epp_total_pages + PAGES_PER_POOL - 1) /
PAGES_PER_POOL; PAGES_PER_POOL;
end_npools = (page_pools.epp_total_pages + npages + PAGES_PER_POOL - 1) / end_npools = (page_pools.epp_total_pages + npages + PAGES_PER_POOL - 1)
PAGES_PER_POOL; / PAGES_PER_POOL;
LASSERT(end_npools <= page_pools.epp_max_pools); LASSERT(end_npools <= page_pools.epp_max_pools);
np_idx = 0; np_idx = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册