]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86: dell-privacy: correct CONFIG_DELL_WMI_PRIVACY macro name in comments
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Thu, 11 Jun 2026 00:12:34 +0000 (17:12 -0700)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 11 Jun 2026 11:54:45 +0000 (14:54 +0300)
commit25fbff92dd485eb15eaf1aa7252a99fcaabfef5e
tree7e9fc8f803ee0505e8574bc3c7811a971e8df3a1
parent6b3bbe770f4ca0439710b7c42f88b9f6eeebabd0
platform/x86: dell-privacy: correct CONFIG_DELL_WMI_PRIVACY macro name in comments

Comments in drivers/platform/x86/dell/dell-wmi-privacy.h incorrectly
refer to CONFIG_DELL_PRIVACY instead of CONFIG_DELL_WMI_PRIVACY.
Correct them.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260611001238.391045-1-enelsonmoore@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/dell/dell-wmi-privacy.h