From: Ilpo Järvinen Date: Tue, 19 Aug 2008 07:56:33 +0000 (+0300) Subject: mpu401: reindent misindented spinlock X-Git-Tag: v2.6.28-rc1~20^2~221 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f329bdd439aa24d03dca75cdb3027372ddf691b0;p=profile%2Fivi%2Fkernel-x86-ivi.git mpu401: reindent misindented spinlock Signed-off-by: Ilpo Järvinen Signed-off-by: Jaroslav Kysela --- 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)