Re: [PATCH] staging: media: atomisp: fix coding style issues in timer.c

2021-02-04 Thread Greg KH
On Sun, Jan 31, 2021 at 11:55:29PM +0530, Ayush wrote: > - Fix unneeded brace in if condition(also, brace was on next line). > - Fix leading space warning before struct ia_css_clock_tick *curr_ts. > > compile tested only (on next-20210129) > > Signed-off-by: Ayush > --- > .../staging/media/atom

[PATCH] staging: media: atomisp: fix coding style issues in timer.c

2021-01-31 Thread Ayush
- Fix unneeded brace in if condition(also, brace was on next line). - Fix leading space warning before struct ia_css_clock_tick *curr_ts. compile tested only (on next-20210129) Signed-off-by: Ayush --- .../staging/media/atomisp/pci/runtime/timer/src/timer.c| 7 +++ 1 file changed, 3 ins