[<prev] [next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0808191054210.4551@wrl-59.cs.helsinki.fi>
Date: Tue, 19 Aug 2008 10:56:33 +0300 (EEST)
From: "Ilpo Järvinen" <ilpo.jarvinen@...sinki.fi>
To: perex@...ex.cz
cc: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] mpu401: reindent misindented spinlock
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@...sinki.fi>
---
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
Powered by blists - more mailing lists