From 83082b51e32759f0c3a2f3756669fbaa78589670 Mon Sep 17 00:00:00 2001 From: Bibhay Ranjan Date: Mon, 28 Mar 2022 21:15:02 +0530 Subject: [PATCH] nvethernetrm: fix code defects Issue: SPARSE errors Fix: Fix code as per the guidelines in the errors Bug 3568991 Change-Id: If52bf7d5b3e8d4ca10a254e802ee5257a8816633 Signed-off-by: Bibhay Ranjan Reviewed-on: https://git-master.nvidia.com/r/c/kernel/nvethernetrm/+/2688520 Reviewed-by: svcacv Reviewed-by: Nagarjuna Kristam Reviewed-by: Rakesh Goyal Reviewed-by: Krishna Thota GVS: Gerrit_Virtual_Submit --- include/mmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mmc.h b/include/mmc.h index 194135c..0d3c7ab 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -631,4 +631,4 @@ struct osi_macsec_mmc_counters { nveul64_t tx_octets_protected; }; #endif /* MACSEC_SUPPORT */ -#endif /* INCLUDED_MMC_H */ \ No newline at end of file +#endif /* INCLUDED_MMC_H */