Skip to content

Commit

Permalink
MIPS: Fix incorrect use of loose in vpe.c
Browse files Browse the repository at this point in the history
It should be 'lose', not 'loose'.

Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Nick Andrew authored and Ralf Baechle committed Dec 5, 2008
1 parent bbeba4c commit 8ebcfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
executable will be along shortly. */
if (ret < 0)
Expand Down

0 comments on commit 8ebcfc8

Please sign in to comment.