1
0
Fork 0

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>
hifive-unleashed-5.1
Roberta Dobrescu 2015-01-16 00:24:14 +02:00 committed by Jonathan Cameron
parent 03af03ad7c
commit 2179aabe01
1 changed files with 1 additions and 1 deletions

View File

@ -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]);