mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 09:01:36 -04:00
Staging: lustre: fix coding style
This patch fix too large line. Signed-off-by: Gauthier Voron <gauthier.voron@lip6.fr> Signed-off-by: Hakan Metin <hakan.metin@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
71474ccba1
commit
9f0d9bfabf
@@ -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) /
|
||||
PAGES_PER_POOL;
|
||||
end_npools = (page_pools.epp_total_pages + npages + PAGES_PER_POOL - 1) /
|
||||
PAGES_PER_POOL;
|
||||
end_npools = (page_pools.epp_total_pages + npages + PAGES_PER_POOL - 1)
|
||||
/ PAGES_PER_POOL;
|
||||
LASSERT(end_npools <= page_pools.epp_max_pools);
|
||||
|
||||
np_idx = 0;
|
||||
|
||||
Reference in New Issue
Block a user