Commit e3c5be2b authored by Masanari Iida's avatar Masanari Iida Committed by Jonathan Cameron

staging: iio: Fix typo in iio

Correct spelling typo in comment within staging/iio
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent e193385b
...@@ -102,7 +102,7 @@ enum { ...@@ -102,7 +102,7 @@ enum {
}; };
/** /**
* struct ad799x_chip_info - chip specifc information * struct ad799x_chip_info - chip specific information
* @channel: channel specification * @channel: channel specification
* @num_channels: number of channels * @num_channels: number of channels
* @monitor_mode: whether the chip supports monitor interrupts * @monitor_mode: whether the chip supports monitor interrupts
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
*/ */
/** /**
* struct ad7606_platform_data - platform/board specifc information * struct ad7606_platform_data - platform/board specific information
* @default_os: default oversampling value {0, 2, 4, 8, 16, 32, 64} * @default_os: default oversampling value {0, 2, 4, 8, 16, 32, 64}
* @default_range: default range +/-{5000, 10000} mVolt * @default_range: default range +/-{5000, 10000} mVolt
* @gpio_convst: number of gpio connected to the CONVST pin * @gpio_convst: number of gpio connected to the CONVST pin
...@@ -41,7 +41,7 @@ struct ad7606_platform_data { ...@@ -41,7 +41,7 @@ struct ad7606_platform_data {
}; };
/** /**
* struct ad7606_chip_info - chip specifc information * struct ad7606_chip_info - chip specific information
* @name: identification string for chip * @name: identification string for chip
* @int_vref_mv: the internal reference voltage * @int_vref_mv: the internal reference voltage
* @channels: channel specification * @channels: channel specification
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
/* /*
* struct ad7816_chip_info - chip specifc information * struct ad7816_chip_info - chip specific information
*/ */
struct ad7816_chip_info { struct ad7816_chip_info {
......
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
#define ID_ADT75XX 0x10 #define ID_ADT75XX 0x10
/* /*
* struct adt7316_chip_info - chip specifc information * struct adt7316_chip_info - chip specific information
*/ */
struct adt7316_chip_info { struct adt7316_chip_info {
...@@ -208,7 +208,7 @@ struct adt7316_chip_info { ...@@ -208,7 +208,7 @@ struct adt7316_chip_info {
(ADT7316_TEMP_INT_MASK) (ADT7316_TEMP_INT_MASK)
/* /*
* struct adt7316_chip_info - chip specifc information * struct adt7316_chip_info - chip specific information
*/ */
struct adt7316_limit_regs { struct adt7316_limit_regs {
......
...@@ -78,7 +78,7 @@ enum { ...@@ -78,7 +78,7 @@ enum {
}; };
/* /*
* struct ad7152_chip_info - chip specifc information * struct ad7152_chip_info - chip specific information
*/ */
struct ad7152_chip_info { struct ad7152_chip_info {
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
#define AD7746_CAPDAC_DACP(x) ((x) & 0x7F) #define AD7746_CAPDAC_DACP(x) ((x) & 0x7F)
/* /*
* struct ad7746_chip_info - chip specifc information * struct ad7746_chip_info - chip specific information
*/ */
struct ad7746_chip_info { struct ad7746_chip_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment