diff options
| author | Valentin Vidic <Valentin.Vidic@CARNet.hr> | 2017-12-10 17:31:18 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-12-13 14:59:40 +0300 |
| commit | 8d7ec913cfdddda93fb2229a47a688748efb84f4 (patch) | |
| tree | da8a9ae569f1ffdf8934c105f05663fca51b6b47 | |
| parent | 16fdcc7b41e021332784b79607835f9c8fe90e85 (diff) | |
| download | linux-8d7ec913cfdddda93fb2229a47a688748efb84f4.tar.xz | |
staging: pi433: fix spelling errors in documentation
Fixes checkpatch warning for 'transfered' and 'devided'.
Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/pi433/Documentation/pi433.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/pi433/Documentation/pi433.txt b/drivers/staging/pi433/Documentation/pi433.txt index 245fef33d688..f79e998112fd 100644 --- a/drivers/staging/pi433/Documentation/pi433.txt +++ b/drivers/staging/pi433/Documentation/pi433.txt @@ -69,8 +69,8 @@ PI433_IOC_WR_TX_CFG - set the transmission parameters PI433_IOC_RD_RX_CFG - get the receiving parameters from the driver PI433_IOC_WR_RX_CFG - set the receiving parameters -The tx configuration is transfered via struct pi433_tx_cfg, the parameterset for transmission. -It is devided into two sections: rf parameters and packet format. +The tx configuration is transferred via struct pi433_tx_cfg, the parameterset for transmission. +It is divided into two sections: rf parameters and packet format. rf params: frequency |
