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 <andriy.shevchenko@linux.intel.com>
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Link: https://patch.msgid.link/20260409125524.111530-4-alexander.usyskin@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Alexander Usyskin
2026-04-09 15:55:24 +03:00
committed by Greg Kroah-Hartman
parent 25b18b8591
commit 314e01d7f6

View File

@@ -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);