From be4801383c7b368f9ed1aa982be02510a9a69058 Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Tue, 12 Jun 2012 15:38:47 +0200 Subject: [PATCH] --- yaml --- r: 317321 b: refs/heads/master c: f4c349395e8ad4fe07f1222502568f0d9d5d1dfc h: refs/heads/master i: 317319: a379df3cdb2cf3e189665eae944dc43aa7838753 v: v3 --- [refs] | 2 +- trunk/include/linux/iio/iio.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 304ad0c576b3..5a32a7507605 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a16561c6f713630270b905297f3eedf02db7fa98 +refs/heads/master: f4c349395e8ad4fe07f1222502568f0d9d5d1dfc diff --git a/trunk/include/linux/iio/iio.h b/trunk/include/linux/iio/iio.h index 9a9e6d52a6de..bd3e7217ceee 100644 --- a/trunk/include/linux/iio/iio.h +++ b/trunk/include/linux/iio/iio.h @@ -131,10 +131,10 @@ struct iio_chan_spec_ext_info { /** * struct iio_enum - Enum channel info attribute - * 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. + * @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. * * The iio_enum struct can be used to implement enum style channel attributes. * Enum style attributes are those which have a set of strings which map to