From 3baa4d9373ecea891c99fc2ed428e8e31e2bc421 Mon Sep 17 00:00:00 2001 From: Dragos Bogdan Date: Thu, 4 Apr 2019 20:04:38 +0300 Subject: [PATCH] iio: cf_axi_tdd: Typo fix The issue was reported here: https://github.com/analogdevicesinc/linux/issues/345 Signed-off-by: Dragos Bogdan --- drivers/iio/adc/cf_axi_tdd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iio/adc/cf_axi_tdd.c b/drivers/iio/adc/cf_axi_tdd.c index 4910b47494b5b0..c25c034a97cd6d 100755 --- a/drivers/iio/adc/cf_axi_tdd.c +++ b/drivers/iio/adc/cf_axi_tdd.c @@ -351,14 +351,14 @@ static IIO_DEVICE_ATTR(enable_mode, S_IRUGO | S_IWUSR, cf_axi_tdd_store, CF_AXI_TDD_ENABLE_MODE); -static IIO_CONST_ATTR(enable_mode_available, "rx_tx rx_only tx_onlx"); +static IIO_CONST_ATTR(enable_mode_available, "rx_tx rx_only tx_only"); static IIO_DEVICE_ATTR(dma_gateing_mode, S_IRUGO | S_IWUSR, cf_axi_tdd_show, cf_axi_tdd_store, CF_AXI_TDD_DMA_GATEING_MODE); -static IIO_CONST_ATTR(dma_gateing_mode_available, "none rx_only tx_onlx rx_tx"); +static IIO_CONST_ATTR(dma_gateing_mode_available, "none rx_only tx_only rx_tx"); static IIO_DEVICE_ATTR(burst_count, S_IRUGO | S_IWUSR, cf_axi_tdd_show,