提交 a18fd672 编写于 作者: S shengyong 提交者: Richard Weinberger

UBI: Fastmap: Remove unnecessary `\'

Signed-off-by: NSheng Yong <shengyong1@huawei.com>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 212240df
...@@ -88,13 +88,13 @@ size_t ubi_calc_fm_size(struct ubi_device *ubi) ...@@ -88,13 +88,13 @@ size_t ubi_calc_fm_size(struct ubi_device *ubi)
{ {
size_t size; size_t size;
size = sizeof(struct ubi_fm_sb) + \ size = sizeof(struct ubi_fm_sb) +
sizeof(struct ubi_fm_hdr) + \ sizeof(struct ubi_fm_hdr) +
sizeof(struct ubi_fm_scan_pool) + \ sizeof(struct ubi_fm_scan_pool) +
sizeof(struct ubi_fm_scan_pool) + \ sizeof(struct ubi_fm_scan_pool) +
(ubi->peb_count * sizeof(struct ubi_fm_ec)) + \ (ubi->peb_count * sizeof(struct ubi_fm_ec)) +
(sizeof(struct ubi_fm_eba) + \ (sizeof(struct ubi_fm_eba) +
(ubi->peb_count * sizeof(__be32))) + \ (ubi->peb_count * sizeof(__be32))) +
sizeof(struct ubi_fm_volhdr) * UBI_MAX_VOLUMES; sizeof(struct ubi_fm_volhdr) * UBI_MAX_VOLUMES;
return roundup(size, ubi->leb_size); return roundup(size, ubi->leb_size);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册