diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2020-03-09 11:28:47 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-03-21 11:25:35 +0100 |
commit | 2dbbe4d513ad17f6ce125234c7710626268b8932 (patch) | |
tree | 8fc2856d28b063676aae7cd498449746996041db /drivers/iio/adc/xilinx-xadc-events.c | |
parent | staging: mt7621-pci: be sure gpio descriptor is null on fails (diff) | |
download | linux-2dbbe4d513ad17f6ce125234c7710626268b8932.tar.xz linux-2dbbe4d513ad17f6ce125234c7710626268b8932.zip |
iio: xilinx-xadc: Fix typo in author's name
It appears the author of the xilinx-xadc driver can't even spell his own
name correctly. Fix that.
Reported-by: Lars Möllendorf <lars.moellendorf@plating.de>
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/adc/xilinx-xadc-events.c')
-rw-r--r-- | drivers/iio/adc/xilinx-xadc-events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/xilinx-xadc-events.c b/drivers/iio/adc/xilinx-xadc-events.c index dbfd5da290a4..2357f585720a 100644 --- a/drivers/iio/adc/xilinx-xadc-events.c +++ b/drivers/iio/adc/xilinx-xadc-events.c @@ -3,7 +3,7 @@ * Xilinx XADC driver * * Copyright 2013 Analog Devices Inc. - * Author: Lars-Peter Clauen <lars@metafoo.de> + * Author: Lars-Peter Clausen <lars@metafoo.de> */ #include <linux/iio/events.h> |