]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
drivers:staging:iio Fix typos and comments in staging iio.
authorJustin P. Mattock <justinmattock@gmail.com>
Thu, 1 Mar 2012 06:00:38 +0000 (22:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:33:52 +0000 (16:33 -0800)
The below patch fixes some comments and some typos that I have found
while reading drivers/staging/iio/*

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 files changed:
drivers/staging/iio/Documentation/device.txt
drivers/staging/iio/Kconfig
drivers/staging/iio/accel/lis3l02dq_ring.c
drivers/staging/iio/accel/sca3000.h
drivers/staging/iio/adc/ad7476_ring.c
drivers/staging/iio/adc/ad799x_ring.c
drivers/staging/iio/adc/max1363_core.c
drivers/staging/iio/dac/ad5446.c
drivers/staging/iio/iio.h
drivers/staging/iio/iio_dummy_evgen.c
drivers/staging/iio/industrialio-core.c
drivers/staging/iio/light/tsl2583.c
drivers/staging/iio/magnetometer/hmc5843.c
drivers/staging/iio/meter/ade7758_ring.c
drivers/staging/iio/meter/meter.h
drivers/staging/iio/ring_sw.c

index 1abb80cb884ecc5d69c9e8792458dd4f70b8a9ba..8926f2448cc95487e8e8f6865375e8c2e934f4bd 100644 (file)
@@ -62,7 +62,7 @@ Then fill in the following:
        An optional associated buffer.
 - indio_dev->pollfunc:
        Poll function related elements. This controls what occurs when a trigger
-       to which this device is attached sends and event.
+       to which this device is attached sends an event.
 - indio_dev->channels:
        Specification of device channels. Most attributes etc are built
        form this spec.
index 24c6ed9d91641893b1a0ccf288a0713d8dedbc16..fe1586718880d2e2eb0d2dccf166e2e8debb7f6c 100644 (file)
@@ -86,7 +86,7 @@ config IIO_SIMPLE_DUMMY
        help
         Driver intended mainly as documentation for how to write
         a driver. May also be useful for testing userspace code
-        without hardward.
+        without hardware.
 
 if IIO_SIMPLE_DUMMY
 
index ca0a1fe6ff3fab3329b74f5f07bc6fea6c18221a..0fc3973f32ae586a4db0b102ed409cc858220ee6 100644 (file)
@@ -239,7 +239,7 @@ static int lis3l02dq_data_rdy_trigger_set_state(struct iio_trigger *trig,
        __lis3l02dq_write_data_ready_config(&indio_dev->dev, state);
        if (state == false) {
                /*
-                * A possible quirk with teh handler is currently worked around
+                * A possible quirk with the handler is currently worked around
                 *  by ensuring outstanding read events are cleared.
                 */
                ret = lis3l02dq_read_all(indio_dev, NULL);
index ad38dd955cd47e579356739a55275fabb38305ac..131daac90012db96ba142ffe492fef8b07d977d1 100644 (file)
 #define SCA3000_INT_MASK_ACTIVE_HIGH           0x01
 #define SCA3000_INT_MASK_ACTIVE_LOW            0x00
 
-/* Values of mulipexed registers (write to ctrl_data after select) */
+/* Values of multiplexed registers (write to ctrl_data after select) */
 #define SCA3000_REG_ADDR_CTRL_DATA             0x22
 
 /* Measurement modes available on some sca3000 series chips. Code assumes others
index 35a8576a22712bd42747c04dee662f6eed34a0fb..d6af6c05ce1c11f52347f578ecc0875ccabfbd9b 100644 (file)
@@ -23,7 +23,7 @@
 /**
  * ad7476_ring_preenable() setup the parameters of the ring before enabling
  *
- * The complex nature of the setting of the nuber of bytes per datum is due
+ * The complex nature of the setting of the number of bytes per datum is due
  * to this driver currently ensuring that the timestamp is stored at an 8
  * byte boundary.
  **/
index 28e9a4192910a14ba858724d54056d701a3c16d2..069765cab27533fe9a01c07d05da7b10e4acbfd1 100644 (file)
@@ -26,7 +26,7 @@
 /**
  * ad799x_ring_preenable() setup the parameters of the ring before enabling
  *
- * The complex nature of the setting of the nuber of bytes per datum is due
+ * The complex nature of the setting of the number of bytes per datum is due
  * to this driver currently ensuring that the timestamp is stored at an 8
  * byte boundary.
  **/
index 7f39ca3c936f11ade4749ec5366573830d4b6322..cf3e2ca7e3148052f24dbc889b6f7c498ba27747 100644 (file)
@@ -341,7 +341,7 @@ static struct iio_chan_spec max1361_channels[] =
 static struct iio_chan_spec max1363_channels[] =
        MAX1363_4X_CHANS(12, MAX1363_EV_M);
 
-/* Appies to max1236, max1237 */
+/* Applies to max1236, max1237 */
 static const enum max1363_modes max1236_mode_list[] = {
        _s0, _s1, _s2, _s3,
        s0to1, s0to2, s0to3,
index e439baea333266bdd1410a96893012b07894c785..633ffbb218148b857c2ba3402150a999db4cf2e8 100644 (file)
@@ -334,7 +334,7 @@ static int __devinit ad5446_probe(struct spi_device *spi)
        st->reg = reg;
        st->spi = spi;
 
-       /* Estabilish that the iio_dev is a child of the spi device */
+       /* Establish that the iio_dev is a child of the spi device */
        indio_dev->dev.parent = &spi->dev;
        indio_dev->name = spi_get_device_id(spi)->name;
        if (st->chip_info->store_pwr_down)
index 76a3f509e5a67c09a03b73656c48367a7830f927..6aa31e52c26dc68574da1c680542a0a575f467d2 100644 (file)
@@ -26,7 +26,7 @@ enum iio_data_type {
 
 /* Could add the raw attributes as well - allowing buffer only devices */
 enum iio_chan_info_enum {
-       /* 0 is reserverd for raw attributes */
+       /* 0 is reserved for raw attributes */
        IIO_CHAN_INFO_SCALE = 1,
        IIO_CHAN_INFO_OFFSET,
        IIO_CHAN_INFO_CALIBSCALE,
@@ -110,7 +110,7 @@ struct iio_chan_spec_ext_info {
 /**
  * struct iio_chan_spec - specification of a single channel
  * @type:              What type of measurement is the channel making.
- * @channel:           What number or name do we wish to asign the channel.
+ * @channel:           What number or name do we wish to assign the channel.
  * @channel2:          If there is a second number for a differential
  *                     channel then this is it. If modified is set then the
  *                     value here specifies the modifier.
@@ -133,7 +133,7 @@ struct iio_chan_spec_ext_info {
  *                     informative name. Note this has no effect codes etc,
  *                     unlike modifiers.
  * @datasheet_name:    A name used in in kernel mapping of channels. It should
- *                     corrspond to the first name that the channel is referred
+ *                     correspond to the first name that the channel is referred
  *                     to by in the datasheet (e.g. IND), or the nearest
  *                     possible compound name (e.g. IND-INC).
  * @processed_val:     Flag to specify the data access attribute should be
@@ -243,7 +243,7 @@ struct iio_dev;
  * @write_event_config:        set if the event is enabled.
  * @read_event_value:  read a value associated with the event. Meaning
  *                     is event dependant. event_code specifies which event.
- * @write_event_value: write the value associate with the event.
+ * @write_event_value: write the value associated with the event.
  *                     Meaning is event dependent.
  * @validate_trigger:  function to validate the trigger when the
  *                     current trigger gets changed.
index cdbf289bfe2d8bf970cc8820592ab8a1156ed768..f39f346bf04fa35f75544ded8f0ecbe663cf61c4 100644 (file)
@@ -32,7 +32,7 @@
  * @chip: irq chip we are faking
  * @base: base of irq range
  * @enabled: mask of which irqs are enabled
- * @inuse: mask of which irqs actually have anyone connected
+ * @inuse: mask of which irqs are connected
  * @lock: protect the evgen state
  */
 struct iio_dummy_eventgen {
index 645bb45c89e80d0028b99edd3560e5c1d615abc0..0b8ba8f1483b39d14653cdac5c09503a2243b1d5 100644 (file)
@@ -313,7 +313,7 @@ int __iio_device_attr_init(struct device_attribute *dev_attr,
                goto error_ret;
        }
 
-       if (chan->differential) { /* Differential  can not have modifier */
+       if (chan->differential) { /* Differential can not have modifier */
                if (generic)
                        name_format
                                = kasprintf(GFP_KERNEL, "%s_%s-%s_%s",
@@ -547,7 +547,7 @@ static int iio_device_register_sysfs(struct iio_dev *indio_dev)
        attrcount = attrcount_orig;
        /*
         * New channel registration method - relies on the fact a group does
-        *  not need to be initialized if it is name is NULL.
+        * not need to be initialized if it is name is NULL.
         */
        INIT_LIST_HEAD(&indio_dev->channel_attr_list);
        if (indio_dev->channels)
index 9fe9a671ecff96fa55566f80a75345e50521fe1e..8671d98e0448465d3366e089a13e3627fcffc4e7 100644 (file)
@@ -113,7 +113,7 @@ struct taos_lux {
 
 /* This structure is intentionally large to accommodate updates via sysfs. */
 /* Sized to 11 = max 10 segments + 1 termination segment */
-/* Assumption is is one and only one type of glass used  */
+/* Assumption is one and only one type of glass used  */
 static struct taos_lux taos_device_lux[11] = {
        {  9830,  8520, 15729 },
        { 12452, 10807, 23344 },
index d24992ceb2b0b226a61490f1ca9614b5112f85b8..91dd3da70cb4961a9751c107bb9eb7565d48e3db 100644 (file)
@@ -86,7 +86,7 @@
 #define        RATE_NOT_USED                           0x07
 
 /*
- * Device Configutration
+ * Device Configuration
  */
 #define        CONF_NORMAL                             0x00
 #define        CONF_POSITIVE_BIAS                      0x01
@@ -142,7 +142,7 @@ static s32 hmc5843_configure(struct i2c_client *client,
                                        (operating_mode & 0x03));
 }
 
-/* Return the measurement value from the  specified channel */
+/* Return the measurement value from the specified channel */
 static int hmc5843_read_measurement(struct iio_dev *indio_dev,
                                    int address,
                                    int *val)
@@ -169,7 +169,7 @@ static int hmc5843_read_measurement(struct iio_dev *indio_dev,
 /*
  * From the datasheet
  * 0 - Continuous-Conversion Mode: In continuous-conversion mode, the
- * device continuously performs conversions an places the result in the
+ * device continuously performs conversions and places the result in the
  * data register.
  *
  * 1 - Single-Conversion Mode : device performs a single measurement,
index c5c522bb69ab6a4b7e35a108498a176f9514d344..c45b23bb122964f69c0b46dbe8ee5bcc44648fc3 100644 (file)
@@ -85,7 +85,7 @@ static irqreturn_t ade7758_trigger_handler(int irq, void *p)
 /**
  * ade7758_ring_preenable() setup the parameters of the ring before enabling
  *
- * The complex nature of the setting of the nuber of bytes per datum is due
+ * The complex nature of the setting of the number of bytes per datum is due
  * to this driver currently ensuring that the timestamp is stored at an 8
  * byte boundary.
  **/
index 142c50d71fda746ce0939f7e0a1a15edc53c1f8b..6a3db142363102ba84fd59bc0ef0113d00daafa0 100644 (file)
 #define IIO_EVENT_ATTR_CYCEND(_evlist, _show, _store, _mask) \
        IIO_EVENT_ATTR_SH(cycend, _evlist, _show, _store, _mask)
 
-/* on the rising and falling edge of the the voltage waveform */
+/* on the rising and falling edge of the voltage waveform */
 #define IIO_EVENT_ATTR_ZERO_CROSS(_evlist, _show, _store, _mask) \
        IIO_EVENT_ATTR_SH(zero_cross, _evlist, _show, _store, _mask)
 
index eeac0daf47bd12d69042cb6a21f56cc1d002f9da..b9945ec44faa6c7386851f0d093b9b62068f27ab 100644 (file)
@@ -147,7 +147,7 @@ static int iio_read_first_n_sw_rb(struct iio_buffer *r,
        size_t data_available, buffer_size;
 
        /* A userspace program has probably made an error if it tries to
-        *  read something that is not a whole number of bpds.
+        * read something that is not a whole number of bpds.
         * Return an error.
         */
        if (n % ring->buf.bytes_per_datum) {
@@ -229,7 +229,7 @@ static int iio_read_first_n_sw_rb(struct iio_buffer *r,
 
        /* setup the next read position */
        /* Beware, this may fail due to concurrency fun and games.
-        *  Possible that sufficient fill commands have run to push the read
+        * Possible that sufficient fill commands have run to push the read
         * pointer past where we would be after the rip. If this occurs, leave
         * it be.
         */