* [PATCH] platform/x86: dell-privacy: correct CONFIG_DELL_WMI_PRIVACY macro name in comments
@ 2026-06-11 0:12 Ethan Nelson-Moore
2026-06-11 15:02 ` Ilpo Järvinen
0 siblings, 1 reply; 2+ messages in thread
From: Ethan Nelson-Moore @ 2026-06-11 0:12 UTC (permalink / raw)
To: GitAuthor: Ethan Nelson-Moore, platform-driver-x86
Cc: Hans de Goede, Ilpo Järvinen
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>
---
drivers/platform/x86/dell/dell-wmi-privacy.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/x86/dell/dell-wmi-privacy.h b/drivers/platform/x86/dell/dell-wmi-privacy.h
index 50c9b943dd47..ca242e1fe53f 100644
--- a/drivers/platform/x86/dell/dell-wmi-privacy.h
+++ b/drivers/platform/x86/dell/dell-wmi-privacy.h
@@ -13,7 +13,7 @@ bool dell_privacy_has_mic_mute(void);
bool dell_privacy_process_event(int type, int code, int status);
int dell_privacy_register_driver(void);
void dell_privacy_unregister_driver(void);
-#else /* CONFIG_DELL_PRIVACY */
+#else /* CONFIG_DELL_WMI_PRIVACY */
static inline bool dell_privacy_has_mic_mute(void)
{
return false;
@@ -32,5 +32,5 @@ static inline int dell_privacy_register_driver(void)
static inline void dell_privacy_unregister_driver(void)
{
}
-#endif /* CONFIG_DELL_PRIVACY */
+#endif /* CONFIG_DELL_WMI_PRIVACY */
#endif
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] platform/x86: dell-privacy: correct CONFIG_DELL_WMI_PRIVACY macro name in comments
2026-06-11 0:12 [PATCH] platform/x86: dell-privacy: correct CONFIG_DELL_WMI_PRIVACY macro name in comments Ethan Nelson-Moore
@ 2026-06-11 15:02 ` Ilpo Järvinen
0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2026-06-11 15:02 UTC (permalink / raw)
To: platform-driver-x86, Ethan Nelson-Moore; +Cc: Hans de Goede
On Wed, 10 Jun 2026 17:12:34 -0700, Ethan Nelson-Moore wrote:
> 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.
>
> [...]
Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.
The list of commits applied:
[1/1] platform/x86: dell-privacy: correct CONFIG_DELL_WMI_PRIVACY macro name in comments
commit: 25fbff92dd485eb15eaf1aa7252a99fcaabfef5e
--
i.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-11 15:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-11 0:12 [PATCH] platform/x86: dell-privacy: correct CONFIG_DELL_WMI_PRIVACY macro name in comments Ethan Nelson-Moore
2026-06-11 15:02 ` Ilpo Järvinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox