Hello! This series fix some codingstyle errors in the files rmgr_vbuf.c, ia_css_rmgr.h, timer.c, spctrl.c and queue.c in the drivers/staging/media area. V2: [Patch 1/12] Also remove NULL, 0 and false members to make it C99 standard comform. [Patch 6/12] Checkpatch throws COMPLEX_MACRO Error. Handle that error by deleting these defines. The other patches are the same. Best regards Philipp ---------------------------------------------------------------------- media: atomisp: Convert comments to C99 initializers media: atomisp: Fix Block Comments media: atomisp: Fix EMBEDDED_FUNCTION_NAME warning media: atomisp: Fix OPEN_ENDED_LINE media: atomisp: Fix overlong line media: atomisp: Remove defines media: atomisp: Fix funciton decleration media: atomisp: Delete braces media: atomisp: Fix PARENTHESIS_ALIGNMENT media: atomisp: Fix BLOCK_COMMENT_STYLE media: atomisp: Write function decleration in one line media: atomisp: Fix LOGICAL_CONTINUATIONS .../atomisp/pci/runtime/queue/src/queue.c | 48 +++++-------------- .../pci/runtime/rmgr/interface/ia_css_rmgr.h | 5 +- .../atomisp/pci/runtime/rmgr/src/rmgr_vbuf.c | 41 ++++++---------- .../atomisp/pci/runtime/spctrl/src/spctrl.c | 7 ++- .../atomisp/pci/runtime/timer/src/timer.c | 7 +-- 5 files changed, 33 insertions(+), 75 deletions(-) -- 2.20.1