It is likely that it should be UVC_METADATA_BUF_SIZE instead.
Fix it and use it.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
        memset(fmt, 0, sizeof(*fmt));
 
        fmt->dataformat = stream->meta.format;
-       fmt->buffersize = UVC_METATADA_BUF_SIZE;
+       fmt->buffersize = UVC_METADATA_BUF_SIZE;
 
        return 0;
 }
 
        fmt->dataformat = fmeta == dev->info->meta_format
                        ? fmeta : V4L2_META_FMT_UVC;
-       fmt->buffersize = UVC_METATADA_BUF_SIZE;
+       fmt->buffersize = UVC_METADATA_BUF_SIZE;
 
        return 0;
 }
 
 
        switch (vq->type) {
        case V4L2_BUF_TYPE_META_CAPTURE:
-               size = UVC_METATADA_BUF_SIZE;
+               size = UVC_METADATA_BUF_SIZE;
                break;
 
        default:
 
        unsigned int max_sof;           /* Maximum STC.SOF value */
 };
 
-#define UVC_METATADA_BUF_SIZE 1024
+#define UVC_METADATA_BUF_SIZE 1024
 
 /**
  * struct uvc_copy_op: Context structure to schedule asynchronous memcpy