Hello! This V2 patch series addresses inconsistencies in parameter alignment with open parantheses, enhancing readability and maintainability of the code. The patch series includes updates to multiple files in the staging directory. Each patch focuses on specific functions or sections of code to ensure comprehensive coverage of the alignment improvements. Patch 1 fixes the parameter alignment in cvmx_spi_restart_interface() in octeon-stubs.h in the octeon driver Patches 2-6 fix the alignment of parameters in various functions inside card.c in the vt6655 driver Changelog: - V2: Modified subjects to be unique for each patch, as requested by greg k-h - Fixed the warnings in the patches as suggested by Philipp Dorine Tipo (5): Staging: octeon: Match parenthesis alignment staging: vt6655: Correct parameters alignment staging: vt6655: Align parameters with parenthesis staging: vt6655: Match open parenthesis alignment staging: vt6655: Fix open parenthesis alignment drivers/staging/octeon/octeon-stubs.h | 2 +- drivers/staging/vt6655/card.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) -- 2.25.1