projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a630117
)
iio: xilinx-xadc: Fix typo
author
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 3 Apr 2020 13:27:17 +0000
(15:27 +0200)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sun, 19 Apr 2020 15:56:33 +0000
(16:56 +0100)
Fix a typo. 'at the a time' -> 'at a time'.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/xilinx-xadc-core.c
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/xilinx-xadc-core.c
b/drivers/iio/adc/xilinx-xadc-core.c
index 2d6505a66511e5dd07b58a19a6f898ad318b94f6..9897d758cf8847f377da02618529961e848fccac 100644
(file)
--- a/
drivers/iio/adc/xilinx-xadc-core.c
+++ b/
drivers/iio/adc/xilinx-xadc-core.c
@@
-653,7
+653,7
@@
static int xadc_trigger_set_state(struct iio_trigger *trigger, bool state)
mutex_lock(&xadc->mutex);
if (state) {
- /* Only one of the two triggers can be active at
the
a time. */
+ /* Only one of the two triggers can be active at a time. */
if (xadc->trigger != NULL) {
ret = -EBUSY;
goto err_out;