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

Configure Feed

Select the types of activity you want to include in your feed.

staging: media: sdis: move open brace to a new line

Fix checkpatch error "ERROR: open brace '{' following function
definitions go on the next line" in sdis_1.0/ia_css_sdis.host.c:239.

Signed-off-by: Santiago Ruano Rincón <santiagorr@riseup.net>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

authored by

Santiago Ruano Rincón and committed by
Hans Verkuil
5b1b37e9 f90133bd

+2 -1
+2 -1
drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ia_css_sdis.host.c
··· 230 230 int 231 231 ia_css_get_dvs_statistics( 232 232 struct ia_css_dvs_statistics *host_stats, 233 - const struct ia_css_isp_dvs_statistics *isp_stats) { 233 + const struct ia_css_isp_dvs_statistics *isp_stats) 234 + { 234 235 struct ia_css_isp_dvs_statistics_map *map; 235 236 int ret = 0; 236 237