Hi Kieran, Thank you for the patch. On Thursday, 14 December 2017 01:10:09 EET Kieran Bingham wrote: > From: Kieran Bingham <kieran.bingham@xxxxxxxxxxxxxxxx> > > Provide a space between the return type and the function definition > > Signed-off-by: Kieran Bingham <kieran.bingham@xxxxxxxxxxxxxxxx> Acked-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > kms++util/src/videodevice.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kms++util/src/videodevice.cpp b/kms++util/src/videodevice.cpp > index e21916bcd06b..efe1678d031e 100644 > --- a/kms++util/src/videodevice.cpp > +++ b/kms++util/src/videodevice.cpp > @@ -436,7 +436,7 @@ void VideoStreamer::queue(DumbFramebuffer* fb) > v4l2_queue_dmabuf(m_fd, idx, fb, get_buf_type(m_type)); > } > > -DumbFramebuffer*VideoStreamer::dequeue() > +DumbFramebuffer* VideoStreamer::dequeue() > { > uint32_t idx = v4l2_dequeue(m_fd, get_buf_type(m_type)); -- Regards, Laurent Pinchart