projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ff0bb
)
mfd: ipaq-micro: Fix spelling mistake of "receive{d}"
author
Zhang Jiaming
<jiaming@nfschina.com>
Thu, 23 Jun 2022 07:33:33 +0000
(15:33 +0800)
committer
Lee Jones
<lee@kernel.org>
Tue, 19 Jul 2022 09:54:41 +0000
(10:54 +0100)
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
include/linux/mfd/ipaq-micro.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/ipaq-micro.h
b/include/linux/mfd/ipaq-micro.h
index ee48a4321c57a781a1812f3b54773a79765939e4..d5caa4c86eccca0e498a3cfaf9d726cb3bbb1be4 100644
(file)
--- 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 recei
e
ved RX data
- * @rx_data: RX data to rec
ie
ve
+ * @rx_len: length of received RX data
+ * @rx_data: RX data to rec
ei
ve
* @ack: a completion that will be completed when RX is complete
* @node: list node if message gets queued
*/