From: Nikhil Gautam Date: Tue, 14 Apr 2026 17:03:06 +0000 (+0530) Subject: iio: dac: mcp4821: fix spelling mistake in enum name X-Git-Tag: v7.2-rc1~67^2~5^2~220 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f4d618c6185101efa072fd5845000fee2074b8b8;p=thirdparty%2Flinux.git 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 Reviewed-by: David Lechner Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/mcp4821.c b/drivers/iio/dac/mcp4821.c index 748bdca9a964d..29187f2a9d3c4 100644 --- a/drivers/iio/dac/mcp4821.c +++ b/drivers/iio/dac/mcp4821.c @@ -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,