iio: dac: mcp4821: fix spelling mistake in enum name

Fix a typo in the enum name mcp4821_supported_drvice_ids
by renaming it to mcp4821_supported_device_ids.

This improves code readability and consistency.

Signed-off-by: Nikhil Gautam <nikhilgtr@gmail.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Nikhil Gautam 2026-04-14 22:33:06 +05:30 committed by Jonathan Cameron
parent a9ecd9a121
commit f4d618c618

View File

@ -31,7 +31,7 @@
/* DAC uses an internal Voltage reference of 4.096V at a gain of 2x */
#define MCP4821_2X_GAIN_VREF_MV 4096
enum mcp4821_supported_drvice_ids {
enum mcp4821_supported_device_ids {
ID_MCP4801,
ID_MCP4802,
ID_MCP4811,