From: Roberta Dobrescu Date: Thu, 15 Jan 2015 22:24:14 +0000 (+0200) Subject: iio: industrialio-event: Fix typo 's/dynically/dynamically/' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2179aabe0122b476a3bd9f5e0716d86829f71638;p=linux-beck.git iio: industrialio-event: Fix typo 's/dynically/dynamically/' Signed-off-by: Roberta Dobrescu Reviewed-by: Daniel Baluta Signed-off-by: Jonathan Cameron --- 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]);