diff options
author | Zhang Jiaming <jiaming@nfschina.com> | 2022-06-23 10:33:33 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2022-07-19 12:54:41 +0300 |
commit | 79f821b5a3bf46d2d5ee2dc0e2b2428b1062a040 (patch) | |
tree | 4b8947161e75fbbc4b2b42c8ef8027dd84362c83 /include/linux/mfd/ipaq-micro.h | |
parent | 15ff0bbc3dc1fe71e8e329ac59b35a05adb4d007 (diff) | |
download | linux-79f821b5a3bf46d2d5ee2dc0e2b2428b1062a040.tar.xz |
mfd: ipaq-micro: Fix spelling mistake of "receive{d}"
Change 'receieved' to 'received' and 'recieve' to 'receive'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220623073333.5675-1-jiaming@nfschina.com
Diffstat (limited to 'include/linux/mfd/ipaq-micro.h')
-rw-r--r-- | include/linux/mfd/ipaq-micro.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mfd/ipaq-micro.h b/include/linux/mfd/ipaq-micro.h index ee48a4321c57..d5caa4c86ecc 100644 --- a/include/linux/mfd/ipaq-micro.h +++ b/include/linux/mfd/ipaq-micro.h @@ -75,8 +75,8 @@ struct ipaq_micro_rxdev { * @id: 4-bit ID of the message * @tx_len: length of TX data * @tx_data: TX data to send - * @rx_len: length of receieved RX data - * @rx_data: RX data to recieve + * @rx_len: length of received RX data + * @rx_data: RX data to receive * @ack: a completion that will be completed when RX is complete * @node: list node if message gets queued */ |