Inspection shows that newlines are missing from several kernel messages
in em28xx-video.  Fix these.

Cc: <[email protected]>
Fixes: a61f68119af3 ("[media] em28xx-video: implement em28xx_ops: 
suspend/resume hooks")
Signed-off-by: Russell King <[email protected]>
---
 drivers/media/usb/em28xx/em28xx-video.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/usb/em28xx/em28xx-video.c 
b/drivers/media/usb/em28xx/em28xx-video.c
index 3b8c464bf25a..f220c1f376e3 100644
--- a/drivers/media/usb/em28xx/em28xx-video.c
+++ b/drivers/media/usb/em28xx/em28xx-video.c
@@ -2007,7 +2007,7 @@ static int em28xx_v4l2_suspend(struct em28xx *dev)
        if (!dev->has_video)
                return 0;
 
-       em28xx_info("Suspending video extension");
+       em28xx_info("Suspending video extension\n");
        em28xx_stop_urbs(dev);
        return 0;
 }
@@ -2020,7 +2020,7 @@ static int em28xx_v4l2_resume(struct em28xx *dev)
        if (!dev->has_video)
                return 0;
 
-       em28xx_info("Resuming video extension");
+       em28xx_info("Resuming video extension\n");
        /* what do we do here */
        return 0;
 }
-- 
1.8.3.1

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

Reply via email to