mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
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>
This commit is contained in:
committed by
Hans Verkuil
parent
f90133bd17
commit
5b1b37e97b
@@ -230,7 +230,8 @@ void ia_css_sdis_clear_coefficients(
|
||||
int
|
||||
ia_css_get_dvs_statistics(
|
||||
struct ia_css_dvs_statistics *host_stats,
|
||||
const struct ia_css_isp_dvs_statistics *isp_stats) {
|
||||
const struct ia_css_isp_dvs_statistics *isp_stats)
|
||||
{
|
||||
struct ia_css_isp_dvs_statistics_map *map;
|
||||
int ret = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user