mbox series

[v2,0/3] firmware: xilinx: Clean up series

Message ID cover.1606894725.git.michal.simek@xilinx.com (mailing list archive)
Headers show
Series firmware: xilinx: Clean up series | expand

Message

Michal Simek Dec. 2, 2020, 7:38 a.m. UTC
Hi,

for being able to review new changes more effectively it is good to get rid
of existing kernel-doc and checkpatch violations.
That's why this small clean up series.

Based on
https://lore.kernel.org/r/e606233d15bfdc594535dd34eb85472b42f61830.1606832997.git.michal.simek@xilinx.com

Thanks,
Michal

Changes in v2:
- keep variable name and type on the same line - reported by Joe Perches

Michal Simek (3):
  firmware: xilinx: Remove additional newline
  firmware: xilinx: Add a blank line after function declaration
  firmware: xilinx: Properly align function parameter

 include/linux/firmware/xlnx-zynqmp.h | 43 ++++++++++++++++++++++++----
 1 file changed, 38 insertions(+), 5 deletions(-)

Comments

Michal Simek Dec. 9, 2020, 2:03 p.m. UTC | #1
Hi,

On 02. 12. 20 8:38, Michal Simek wrote:
> Hi,
> 
> for being able to review new changes more effectively it is good to get rid
> of existing kernel-doc and checkpatch violations.
> That's why this small clean up series.
> 
> Based on
> https://lore.kernel.org/r/e606233d15bfdc594535dd34eb85472b42f61830.1606832997.git.michal.simek@xilinx.com
> 
> Thanks,
> Michal
> 
> Changes in v2:
> - keep variable name and type on the same line - reported by Joe Perches
> 
> Michal Simek (3):
>   firmware: xilinx: Remove additional newline
>   firmware: xilinx: Add a blank line after function declaration
>   firmware: xilinx: Properly align function parameter
> 
>  include/linux/firmware/xlnx-zynqmp.h | 43 ++++++++++++++++++++++++----
>  1 file changed, 38 insertions(+), 5 deletions(-)
> 

Applied all.
Michal