projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03af03a
)
iio: industrialio-event: Fix typo 's/dynically/dynamically/'
author
Roberta Dobrescu
<roberta.dobrescu@gmail.com>
Thu, 15 Jan 2015 22:24:14 +0000
(
00:24
+0200)
committer
Jonathan Cameron
<jic23@kernel.org>
Sun, 25 Jan 2015 22:53:43 +0000
(22:53 +0000)
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>
drivers/iio/industrialio-event.c
patch
|
blob
|
history
diff --git
a/drivers/iio/industrialio-event.c
b/drivers/iio/industrialio-event.c
index 3f5cee0295c5c0248d4ad9693633bbfcb09294f0..78cf115dc0d4595cae5d114316df67802e980b2f 100644
(file)
--- 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 */
+ /* Dyn
am
ically 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]);