diff options
author | Roberta Dobrescu <roberta.dobrescu@gmail.com> | 2015-01-16 00:24:14 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-01-25 22:53:43 +0000 |
commit | 2179aabe0122b476a3bd9f5e0716d86829f71638 (patch) | |
tree | e242ef21dd3fbbca463607e551702866b7d44d70 /drivers | |
parent | 03af03ad7c6723e0f87568e4ffe66ceb9608bfe7 (diff) | |
download | linux-2179aabe0122b476a3bd9f5e0716d86829f71638.tar.bz2 |
iio: industrialio-event: Fix typo 's/dynically/dynamically/'
Signed-off-by: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/iio/industrialio-event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/industrialio-event.c b/drivers/iio/industrialio-event.c index 3f5cee0295c5..78cf115dc0d4 100644 --- a/drivers/iio/industrialio-event.c +++ b/drivers/iio/industrialio-event.c @@ -411,7 +411,7 @@ static inline int __iio_add_event_config_attrs(struct iio_dev *indio_dev) { int j, ret, attrcount = 0; - /* Dynically created from the channels array */ + /* Dynamically created from the channels array */ for (j = 0; j < indio_dev->num_channels; j++) { ret = iio_device_add_event_sysfs(indio_dev, &indio_dev->channels[j]); |