Skip to content

Commit 4e701b4

Browse files
geertuSudeep Holla
authored andcommitted
firmware: arm_scmi: Spelling s/mulit/multi/, s/currenly/currently/
Fix misspellings of "multi" and "currently". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Message-Id: <6735401861e0c2f3e5e680533cd6f71c4d6fd5eb.1771581270.git.geert+renesas@glider.be> Signed-off-by: Sudeep Holla <sudeep.holla@kernel.org>
1 parent 555317d commit 4e701b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/firmware/arm_scmi/protocols.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ struct scmi_protocol_handle {
189189

190190
/**
191191
* struct scmi_iterator_state - Iterator current state descriptor
192-
* @desc_index: Starting index for the current mulit-part request.
192+
* @desc_index: Starting index for the current multi-part request.
193193
* @num_returned: Number of returned items in the last multi-part reply.
194194
* @num_remaining: Number of remaining items in the multi-part message.
195195
* @max_resources: Maximum acceptable number of items, configured by the caller
196196
* depending on the underlying resources that it is querying.
197197
* @loop_idx: The iterator loop index in the current multi-part reply.
198-
* @rx_len: Size in bytes of the currenly processed message; it can be used by
198+
* @rx_len: Size in bytes of the currently processed message; it can be used by
199199
* the user of the iterator to verify a reply size.
200200
* @priv: Optional pointer to some additional state-related private data setup
201201
* by the caller during the iterations.

0 commit comments

Comments
 (0)