提交 566a965a 编写于 作者: A Andre Przywara 提交者: Tom Rini

usb: eth: r8152_fw: fix indentation

Apparently the indentation is wrong here, fix this to avoid compiler
warnings and puzzled readers.

Pointed out by GCC 6.2's -Wmisleading-indentation warning.
Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
Reviewed-by: NMarek Vasut <marex@denx.de>
Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
上级 42903365
......@@ -871,10 +871,10 @@ void r8153_firmware(struct r8152 *tp)
} else if (tp->version == RTL_VER_04) {
r8153_pre_ram_code(tp, 0x7001);
for (i = 0; i < ARRAY_SIZE(r8153_ram_code_bc); i += 2)
ocp_write_word(tp, MCU_TYPE_PLA,
r8153_ram_code_bc[i],
r8153_ram_code_bc[i+1]);
for (i = 0; i < ARRAY_SIZE(r8153_ram_code_bc); i += 2)
ocp_write_word(tp, MCU_TYPE_PLA,
r8153_ram_code_bc[i],
r8153_ram_code_bc[i+1]);
r8153_post_ram_code(tp);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册