drivers/media/usb/em28xx/em28xx-audio.c:270 snd_em28xx_capture_open() warn: if 
statement not indented

Signed-off-by: Mauro Carvalho Chehab <mche...@osg.samsung.com>

diff --git a/drivers/media/usb/em28xx/em28xx-audio.c 
b/drivers/media/usb/em28xx/em28xx-audio.c
index 90c7a83989d1..957c7ae30efe 100644
--- a/drivers/media/usb/em28xx/em28xx-audio.c
+++ b/drivers/media/usb/em28xx/em28xx-audio.c
@@ -268,7 +268,7 @@ static int snd_em28xx_capture_open(struct snd_pcm_substream 
*substream)
        nonblock = !!(substream->f_flags & O_NONBLOCK);
        if (nonblock) {
                if (!mutex_trylock(&dev->lock))
-               return -EAGAIN;
+                       return -EAGAIN;
        } else
                mutex_lock(&dev->lock);
 
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to