mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 09:33:31 +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:
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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user