2008-08-19 07:56:43

by Ilpo Järvinen

[permalink] [raw]
Subject: [PATCH] mpu401: reindent misindented spinlock


Signed-off-by: Ilpo J?rvinen <[email protected]>
---
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