summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Usyskin <alexander.usyskin@intel.com>2026-04-09 15:55:24 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-05-23 14:47:33 +0300
commit314e01d7f67aaa72617aa5e88e4fea09373bd04d (patch)
tree24d3aa0556fd96f0a1d2d9f1337df5c0dac26061
parent25b18b85918df43757fa9d9488a5b618085c8605 (diff)
downloadlinux-314e01d7f67aaa72617aa5e88e4fea09373bd04d.tar.xz
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>
-rw-r--r--drivers/misc/mei/hw-me.h2
1 files changed, 1 insertions, 1 deletions
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);