From: Igor Russkikh Date: Mon, 29 Apr 2019 08:20:13 +0000 (+0000) Subject: net/atlantic: fix indentation X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=185b80738f0507b55b7eaaf351558a941dfab58b net/atlantic: fix indentation Make indentation correct. No functional impact. Fixes: f73061d53b5a ("net/atlantic: use EEPROM magic as a device address") Signed-off-by: Igor Russkikh --- diff --git a/drivers/net/atlantic/hw_atl/hw_atl_utils.c b/drivers/net/atlantic/hw_atl/hw_atl_utils.c index 4299b7016e..1910bd4c94 100644 --- a/drivers/net/atlantic/hw_atl/hw_atl_utils.c +++ b/drivers/net/atlantic/hw_atl/hw_atl_utils.c @@ -305,10 +305,10 @@ int hw_atl_utils_fw_downld_dwords(struct aq_hw_s *self, u32 a, AQ_HW_WAIT_FOR(!(0x100 & aq_hw_read_reg(self, HW_ATL_MIF_CMD)), 1, 1000U); - if (err) { - err = -ETIMEDOUT; - goto err_exit; - } + if (err) { + err = -ETIMEDOUT; + goto err_exit; + } *(p++) = aq_hw_read_reg(self, HW_ATL_MIF_VAL); a += 4;