From: Albert H. <he...@us...> - 2005-11-20 20:26:11
|
Update of /cvsroot/gc-linux/linux/drivers/block/gcn-di In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29700 Modified Files: gcn-di.c Log Message: Whitespace damage. Index: gcn-di.c =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/block/gcn-di/gcn-di.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- gcn-di.c 20 Nov 2005 20:23:04 -0000 1.12 +++ gcn-di.c 20 Nov 2005 20:25:59 -0000 1.13 @@ -1657,7 +1657,7 @@ * If we have a pending command, that's a previously scheduled * motor off. Wait for it to terminate before going on. */ - spin_lock_irqsave(&ddev->lock, flags); + spin_lock_irqsave(&ddev->lock, flags); if (ddev->cmd && ddev->ref_count == 0) { cmd = ddev->cmd; cmd->done_data = &complete; |