Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Lad, Prabhakar <prabhakar.csengg@gmail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

authored by

Lad, Prabhakar and committed by
Mauro Carvalho Chehab
986ba714 f27d0f45

+4 -4
+4 -4
drivers/media/platform/davinci/vpif_display.h
··· 13 13 * GNU General Public License for more details. 14 14 */ 15 15 16 - #ifndef DAVINCIHD_DISPLAY_H 17 - #define DAVINCIHD_DISPLAY_H 16 + #ifndef VPIF_DISPLAY_H 17 + #define VPIF_DISPLAY_H 18 18 19 19 /* Header files */ 20 20 #include <media/videobuf2-dma-contig.h> ··· 92 92 u32 cbtm_off; /* offset of C bottom from the 93 93 * starting of the buffer */ 94 94 /* Function pointer to set the addresses */ 95 - void (*set_addr) (unsigned long, unsigned long, 95 + void (*set_addr)(unsigned long, unsigned long, 96 96 unsigned long, unsigned long); 97 97 u32 height; 98 98 u32 width; ··· 124 124 struct vpif_display_config *config; 125 125 }; 126 126 127 - #endif /* DAVINCIHD_DISPLAY_H */ 127 + #endif /* VPIF_DISPLAY_H */