mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
staging: media: atomisp: fix trailing statement
Fix checkpatch error "trailing statements should be on next line" by moving the return statement to a new line. Signed-off-by: Arjun Changla <arjunchangla7@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
acc483fad7
commit
4f84155e4a
|
|
@ -35,7 +35,8 @@ ia_css_formats_dump(
|
|||
const struct sh_css_isp_formats_params *formats,
|
||||
unsigned int level)
|
||||
{
|
||||
if (!formats) return;
|
||||
if (!formats)
|
||||
return;
|
||||
ia_css_debug_dtrace(level, "\t%-32s = %d\n",
|
||||
"video_full_range_flag", formats->video_full_range_flag);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user