Skip to content

Commit

Permalink
iio: cf_axi_tdd: Typo fix
Browse files Browse the repository at this point in the history
The issue was reported here:
#345

Signed-off-by: Dragos Bogdan <dragos.bogdan@analog.com>
  • Loading branch information
dbogdan authored and commodo committed Apr 5, 2019
1 parent 607f28b commit 3baa4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/iio/adc/cf_axi_tdd.c
Expand Up @@ -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,
Expand Down

0 comments on commit 3baa4d9

Please sign in to comment.