tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"
This patch was generated by git grep -E -i -l '[Aa]quire' | xargs -r perl -p -i -e 's/([Aa])quire/$1cquire/' and the cumsumed was found by checking the diff for aquire. Signed-off-by: Uwe Kleine-Knig <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
0e6779bbcb
commit
21ae2956ce
@@ -589,7 +589,7 @@ static int cxio_hal_destroy_ctrl_qp(struct cxio_rdev *rdev_p)
|
||||
|
||||
/* write len bytes of data into addr (32B aligned address)
|
||||
* If data is NULL, clear len byte of memory to zero.
|
||||
* caller aquires the ctrl_qp lock before the call
|
||||
* caller acquires the ctrl_qp lock before the call
|
||||
*/
|
||||
static int cxio_hal_ctrl_qp_write_mem(struct cxio_rdev *rdev_p, u32 addr,
|
||||
u32 len, void *data)
|
||||
|
Reference in New Issue
Block a user