diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-04-22 07:23:00 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-04-23 16:44:41 -0400 |
commit | e3c5be2bdae553ddefacc636496f2df21aee31ee (patch) | |
tree | 193f2a1090159f68de1ed4200a5c185ecdc4ed9f /drivers/iio | |
parent | e193385bf4fa1bdbafcc12eaea4f0e718aeae858 (diff) |
staging: iio: Fix typo in iio
Correct spelling typo in comment within staging/iio
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio')
-rw-r--r-- | drivers/iio/adc/ad799x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/ad799x.c b/drivers/iio/adc/ad799x.c index bcbf6102efed..16a8b14b1921 100644 --- a/drivers/iio/adc/ad799x.c +++ b/drivers/iio/adc/ad799x.c | |||
@@ -102,7 +102,7 @@ enum { | |||
102 | }; | 102 | }; |
103 | 103 | ||
104 | /** | 104 | /** |
105 | * struct ad799x_chip_info - chip specifc information | 105 | * struct ad799x_chip_info - chip specific information |
106 | * @channel: channel specification | 106 | * @channel: channel specification |
107 | * @num_channels: number of channels | 107 | * @num_channels: number of channels |
108 | * @monitor_mode: whether the chip supports monitor interrupts | 108 | * @monitor_mode: whether the chip supports monitor interrupts |