From a379df3cdb2cf3e189665eae944dc43aa7838753 Mon Sep 17 00:00:00 2001
From: Peter Meerwald
Date: Tue, 12 Jun 2012 15:38:45 +0200
Subject: [PATCH] --- yaml --- r: 317319 b: refs/heads/master c:
1787948873fd2ca730fb5891b6a2ade510367ace h: refs/heads/master i: 317317:
6eebc6a30d26a320d91f12b14d546fba79ac343c 317315:
c2b8270f9716915572e4a8d189480b1c2081cb6b 317311:
88f0398b95f4fcba28b23b3ee5b98718954ac1b7 v: v3
---
[refs] | 2 +-
trunk/include/linux/iio/iio.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/[refs] b/[refs]
index f00dac08dace..421fffe7e189 100644
--- a/[refs]
+++ b/[refs]
@@ -1,2 +1,2 @@
---
-refs/heads/master: 8b417d78ea486280bf8e908e76214c44c533ed3d
+refs/heads/master: 1787948873fd2ca730fb5891b6a2ade510367ace
diff --git a/trunk/include/linux/iio/iio.h b/trunk/include/linux/iio/iio.h
index 944c63511731..01afaa08ff21 100644
--- a/trunk/include/linux/iio/iio.h
+++ b/trunk/include/linux/iio/iio.h
@@ -131,7 +131,7 @@ struct iio_chan_spec_ext_info {
/**
* struct iio_enum - Enum channel info attribute
- * items: A array of strings.
+ * items: An array of strings.
* num_items: Length of the item array.
* set: Set callback function, may be NULL.
* get: Get callback function, may be NULL.
@@ -218,7 +218,7 @@ ssize_t iio_enum_write(struct iio_dev *indio_dev,
* @extend_name: Allows labeling of channel attributes with an
* informative name. Note this has no effect codes etc,
* unlike modifiers.
- * @datasheet_name: A name used in in kernel mapping of channels. It should
+ * @datasheet_name: A name used in in-kernel mapping of channels. It should
* 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).
@@ -393,7 +393,7 @@ struct iio_buffer_setup_ops {
* @trig: [INTERN] current device trigger (buffer modes)
* @pollfunc: [DRIVER] function run on trigger being received
* @channels: [DRIVER] channel specification structure table
- * @num_channels: [DRIVER] number of chanels specified in @channels.
+ * @num_channels: [DRIVER] number of channels specified in @channels.
* @channel_attr_list: [INTERN] keep track of automatically created channel
* attributes
* @chan_attr_group: [INTERN] group for all attrs in base directory