iio: core: trigger: correct CONFIG_IIO_TRIGGER macro name in #endif comment

A comment in drivers/iio/iio_core_trigger.h incorrectly refers to
CONFIG_TRIGGER_CONSUMER instead of CONFIG_IIO_TRIGGER. 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>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Reviewed-by: Joshua Crofts <joshua.crofts1@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Ethan Nelson-Moore
2026-06-09 21:05:01 -07:00
committed by Jonathan Cameron
parent 37a2232792
commit f0611bb186

View File

@@ -56,4 +56,4 @@ static inline int iio_trigger_detach_poll_func(struct iio_trigger *trig,
return 0;
}
#endif /* CONFIG_TRIGGER_CONSUMER */
#endif /* CONFIG_IIO_TRIGGER */