Commit 8ebcfc8b authored by Nick Andrew's avatar Nick Andrew Committed by Ralf Baechle

MIPS: Fix incorrect use of loose in vpe.c

It should be 'lose', not 'loose'.
Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent bbeba4c3
...@@ -1134,7 +1134,7 @@ static int vpe_release(struct inode *inode, struct file *filp) ...@@ -1134,7 +1134,7 @@ static int vpe_release(struct inode *inode, struct file *filp)
/* It's good to be able to run the SP and if it chokes have a look at /* It's good to be able to run the SP and if it chokes have a look at
the /dev/rt?. But if we reset the pointer to the shared struct we the /dev/rt?. But if we reset the pointer to the shared struct we
loose what has happened. So perhaps if garbage is sent to the vpe lose what has happened. So perhaps if garbage is sent to the vpe
device, use it as a trigger for the reset. Hopefully a nice device, use it as a trigger for the reset. Hopefully a nice
executable will be along shortly. */ executable will be along shortly. */
if (ret < 0) if (ret < 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment