mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 08:47:44 -04:00
media: atomisp: Fix funciton decleration
Write return_type, function_name and parameters in one line
because lines should not end with a '(' [OPEN_ENDED_LINE]
Write open brace ’{’ on the next line to fix OPEN_BRACE Error
Link: https://lore.kernel.org/linux-media/20201214110156.6152-8-Philipp.Gerlesberger@fau.de
Co-developed-by: Andrey Khlopkov <ij72uhux@stud.informatik.uni-erlangen.de>
Signed-off-by: Andrey Khlopkov <ij72uhux@stud.informatik.uni-erlangen.de>
Signed-off-by: Philipp Gerlesberger <Philipp.Gerlesberger@fau.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
1e52b54b58
commit
31e6736628
@@ -19,9 +19,8 @@
|
||||
#include "gp_timer.h" /*gp_timer_read()*/
|
||||
#include "assert_support.h"
|
||||
|
||||
int
|
||||
ia_css_timer_get_current_tick(
|
||||
struct ia_css_clock_tick *curr_ts) {
|
||||
int ia_css_timer_get_current_tick(struct ia_css_clock_tick *curr_ts)
|
||||
{
|
||||
assert(curr_ts);
|
||||
if (!curr_ts)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user