浏览代码

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>
Roberta Dobrescu 10 年之前
父节点
当前提交
2179aabe01
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/iio/industrialio-event.c

+ 1 - 1
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;
 	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++) {
 	for (j = 0; j < indio_dev->num_channels; j++) {
 		ret = iio_device_add_event_sysfs(indio_dev,
 		ret = iio_device_add_event_sysfs(indio_dev,
 						 &indio_dev->channels[j]);
 						 &indio_dev->channels[j]);