Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6
[firefly-linux-kernel-4.4.55.git] / drivers / media / video / cx231xx / cx231xx-vbi.c
index 1d914488dbb352c0f4db4db50a8451c9978a0520..1c7a4daafecf56f2dc382ebc60b291f197dbbb45 100644 (file)
@@ -631,7 +631,7 @@ static inline void get_next_vbi_buf(struct cx231xx_dmaqueue *dma_q,
        /* Get the next buffer */
        *buf = list_entry(dma_q->active.next, struct cx231xx_buffer, vb.queue);
 
-       /* Cleans up buffer - Usefull for testing for frame/URB loss */
+       /* Cleans up buffer - Useful for testing for frame/URB loss */
        outp = videobuf_to_vmalloc(&(*buf)->vb);
        memset(outp, 0, (*buf)->vb.size);