[PATCH] mpu401: reindent misindented spinlock

From: Ilpo Järvinen
Date: Tue Aug 19 2008 - 03:56:44 EST



Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxx>
---
sound/oss/mpu401.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/oss/mpu401.c b/sound/oss/mpu401.c
index a690ca5..6c0a770 100644
--- a/sound/oss/mpu401.c
+++ b/sound/oss/mpu401.c
@@ -1015,7 +1015,7 @@ int attach_mpu401(struct address_info *hw_config, struct module *owner)
mpu401_chk_version(m, devc);
if (devc->version == 0)
mpu401_chk_version(m, devc);
- spin_unlock_irqrestore(&devc->lock,flags);
+ spin_unlock_irqrestore(&devc->lock, flags);
}

if (devc->version != 0)
--
1.5.2.2