mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
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:
parent
a9ecd9a121
commit
f4d618c618
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user