Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 986ba714 authored by Lad, Prabhakar's avatar Lad, Prabhakar Committed by Mauro Carvalho Chehab
Browse files

[media] media: davinci; vpif_display: fix checkpatch error



this patch fixes following checkpatch warning, and alongside
renames the DAVINCIHD_DISPLAY_H to VPIF_DISPLAY_H.

WARNING: Unnecessary space before function pointer arguments

Signed-off-by: default avatarLad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent f27d0f45
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -13,8 +13,8 @@
 * GNU General Public License for more details.
 * GNU General Public License for more details.
 */
 */


#ifndef DAVINCIHD_DISPLAY_H
#ifndef VPIF_DISPLAY_H
#define DAVINCIHD_DISPLAY_H
#define VPIF_DISPLAY_H


/* Header files */
/* Header files */
#include <media/videobuf2-dma-contig.h>
#include <media/videobuf2-dma-contig.h>
@@ -124,4 +124,4 @@ struct vpif_device {
	struct vpif_display_config *config;
	struct vpif_display_config *config;
};
};


#endif				/* DAVINCIHD_DISPLAY_H */
#endif				/* VPIF_DISPLAY_H */