From: Alexander Usyskin Date: Thu, 9 Apr 2026 12:55:24 +0000 (+0300) Subject: mei: me: remove comma from mei_cfg_idx sentinel X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=314e01d7f67aaa72617aa5e88e4fea09373bd04d;p=thirdparty%2Fkernel%2Fstable.git mei: me: remove comma from mei_cfg_idx sentinel Adhere to termnator line rule and remove comma from sentinel in enum mei_cfg_idx. Reviewed-by: Andy Shevchenko Suggested-by: Andy Shevchenko Signed-off-by: Alexander Usyskin Link: https://patch.msgid.link/20260409125524.111530-4-alexander.usyskin@intel.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/mei/hw-me.h b/drivers/misc/mei/hw-me.h index e36f871f323e..0038a6d431fd 100644 --- a/drivers/misc/mei/hw-me.h +++ b/drivers/misc/mei/hw-me.h @@ -128,7 +128,7 @@ enum mei_cfg_idx { MEI_ME_GSCFI_CFG, MEI_ME_CSC_CFG, MEI_ME_PCH22_IOE_CFG, - MEI_ME_NUM_CFG, + MEI_ME_NUM_CFG }; const struct mei_cfg *mei_me_get_cfg(kernel_ulong_t idx);