On 1/4/2024 21:34, Vitaly Lifshits wrote:
Add curly braces to avoid entering to an if statement where it is not always required in e1000_shutdown function. This improves code readability and might prevent a non-deterministic behaviour in the future.Signed-off-by: Vitaly Lifshits <[email protected]> --- v2: fix commit message v1: initial version --- drivers/net/ethernet/intel/e1000e/netdev.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
Tested-by: Naama Meir <[email protected]>
