From: Ethan Nelson-Moore <enelsonmoore@gmail.com>
To: "Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
"Marge Yang" <Marge.Yang@tw.synaptics.com>,
"André Apitzsch" <git@apitzsch.eu>,
"Ethan Nelson-Moore" <enelsonmoore@gmail.com>,
linux-input@vger.kernel.org
Subject: [PATCH] Input: synaptics-rmi4 - correct CONFIG_RMI4_F34 macro name in comment
Date: Sat, 13 Jun 2026 15:21:02 -0700 [thread overview]
Message-ID: <20260613222105.101418-1-enelsonmoore@gmail.com> (raw)
A comment in the synaptics-rmi4 driver incorrectly refers to
CONFIG_RMI4_F34 instead of CONFIG_RMI4_F34. Correct it.
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/input/rmi4/rmi_driver.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/rmi4/rmi_driver.h b/drivers/input/rmi4/rmi_driver.h
index e84495caab15..7d0ae80dc8ea 100644
--- a/drivers/input/rmi4/rmi_driver.h
+++ b/drivers/input/rmi4/rmi_driver.h
@@ -127,7 +127,7 @@ static inline int rmi_f34_create_sysfs(struct rmi_device *rmi_dev)
static inline void rmi_f34_remove_sysfs(struct rmi_device *rmi_dev)
{
}
-#endif /* CONFIG_RMI_F34 */
+#endif /* CONFIG_RMI4_F34 */
extern struct rmi_function_handler rmi_f01_handler;
extern struct rmi_function_handler rmi_f03_handler;
--
2.43.0
next reply other threads:[~2026-06-13 22:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-13 22:21 Ethan Nelson-Moore [this message]
2026-06-13 22:23 ` [PATCH] Input: synaptics-rmi4 - correct CONFIG_RMI4_F34 macro name in comment sashiko-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260613222105.101418-1-enelsonmoore@gmail.com \
--to=enelsonmoore@gmail.com \
--cc=Marge.Yang@tw.synaptics.com \
--cc=dmitry.torokhov@gmail.com \
--cc=git@apitzsch.eu \
--cc=linux-input@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox