diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2008-08-19 10:56:33 +0300 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-08-19 10:02:53 +0200 |
commit | f329bdd439aa24d03dca75cdb3027372ddf691b0 (patch) | |
tree | fd2c315f9038297dd94d295983b5ca15502614db /sound/oss | |
parent | 0fdeb15156536030d62b843ceeee3249d8b288d0 (diff) | |
download | linux-3.10-f329bdd439aa24d03dca75cdb3027372ddf691b0.tar.gz linux-3.10-f329bdd439aa24d03dca75cdb3027372ddf691b0.tar.bz2 linux-3.10-f329bdd439aa24d03dca75cdb3027372ddf691b0.zip |
mpu401: reindent misindented spinlock
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/oss')
-rw-r--r-- | 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 a690ca57adb..6c0a770ed05 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) |