]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
mei: me: remove comma from mei_cfg_idx sentinel
authorAlexander Usyskin <alexander.usyskin@intel.com>
Thu, 9 Apr 2026 12:55:24 +0000 (15:55 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 May 2026 11:47:33 +0000 (13:47 +0200)
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>
drivers/misc/mei/hw-me.h

index e36f871f323ec897b4e9666e36a1eee808886540..0038a6d431fd61b1a9b9c4830c7238bf300cdbff 100644 (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);