提交 c169e3d3 编写于 作者: B Brian Norris

mtd: partitions: fixup some allocate_partition() whitespace

Some recent patches caused churn around this area, and checkpatch
noticed the existing issues.
Signed-off-by: NBrian Norris <computersforpeace@gmail.com>
上级 58de51ca
......@@ -402,7 +402,7 @@ static struct mtd_part *allocate_partition(struct mtd_info *parent,
const struct mtd_partition *part, int partno,
uint64_t cur_offset)
{
int wr_alignment = (parent->flags & MTD_NO_ERASE) ? parent->writesize:
int wr_alignment = (parent->flags & MTD_NO_ERASE) ? parent->writesize :
parent->erasesize;
struct mtd_part *slave;
u32 remainder;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册