commit | 063bb708b59c882dcd7ec08a370c0e5773b3c772 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Nov 16 00:50:07 2016 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 04 13:55:01 2016 -0500 |
tree | 1fcb795af6b97b6eee93c47d9cf2302ce289dc30 | |
parent | 58eab3287b0ea8e135617d2fb10e09d178d32c89 [diff] |
net: e1000: fix indentation Apparently the indentation is off here, for the IGB model just want to bail out early. Fix this to avoid both compiler warnings and puzzled readers. Pointed out by GCC 6.2's -Wmisleading-indentation warning. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>