]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
iio: dac: mcp4821: fix spelling mistake in enum name
authorNikhil Gautam <nikhilgtr@gmail.com>
Tue, 14 Apr 2026 17:03:06 +0000 (22:33 +0530)
committerJonathan Cameron <jic23@kernel.org>
Mon, 27 Apr 2026 08:58:20 +0000 (09:58 +0100)
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>
drivers/iio/dac/mcp4821.c

index 748bdca9a964dd39386295f347d52aa8c217c616..29187f2a9d3c48375ad17f00164a597c29ae527e 100644 (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,