Skip to content
Commit 2465b58d authored by Colin Ian King's avatar Colin Ian King Committed by Yongxin Liu
Browse files

net: stmmac: Fix missing { } around two statements in an if statement

commit 345502af upstream.

There are missing { } around a block of code on an if statement. Fix this
by adding them in.

Addresses-Coverity: ("Nesting level does not match indentation")
Fixes: 46682cb8

 ("net: stmmac: enable Intel mGbE 2.5Gbps link speed")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarYongxin Liu <yongxin.liu@windriver.com>
parent eba9df1d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment