mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 04:37:32 -04:00
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:
committed by
Greg Kroah-Hartman
parent
25b18b8591
commit
314e01d7f6
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user