commit | b86d0fb49cc5a52e956d7422d2fe2a558cbb576b | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Nov 16 00:50:11 2016 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 04 13:55:02 2016 -0500 |
tree | e536a1f1157cdf1fcddca92a7767f0c7c14e0aba | |
parent | 8dfa4eeb01a2126fb913ba21514bcda201624d88 [diff] |
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: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Marek Vasut <marex@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>