Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e333309 authored by Nick Andrew's avatar Nick Andrew Committed by Linus Torvalds
Browse files

Fix incorrect use of loose in i2o_block.c



Fix incorrect use of loose in i2o_block.c

It should be 'lose', not 'loose'.

Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent c4f01240
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -354,7 +354,7 @@ static inline void i2o_block_sglist_free(struct i2o_block_request *ireq)
 *	@req: the request to prepare
 *
 *	Allocate the necessary i2o_block_request struct and connect it to
 *	the request. This is needed that we not loose the SG list later on.
 *	the request. This is needed that we not lose the SG list later on.
 *
 *	Returns BLKPREP_OK on success or BLKPREP_DEFER on failure.
 */