tree: Shorten struct sunxi_cedrus_driver_data name
This long structure name makes it quite difficult to fit within the 80 characters limit. Shorten it. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
||||
|
||||
#include "v4l2.h"
|
||||
|
||||
int mpeg2_set_controls(struct sunxi_cedrus_driver_data *driver_data,
|
||||
int mpeg2_set_controls(struct cedrus_data *driver_data,
|
||||
struct object_surface *surface_object)
|
||||
{
|
||||
VAPictureParameterBufferMPEG2 *parameters = &surface_object->params.mpeg2.picture;
|
||||
|
||||
Reference in New Issue
Block a user