commit | 412ab133286af968732c2ff3cc2b615e078d8da1 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Oct 21 08:58:50 2021 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Oct 29 13:01:47 2021 +0200 |
tree | 68df3c2a97bab7716434ede7bfb9799b30619794 | |
parent | e8b43c6409a064429285e8c2bf6e1a27879f995a [diff] |
arm64: zynqmp: Replace comma by semicolon Fix issue reported by checkpatch.pl WARNING: Possible comma where semicolon could be used #499: FILE: board/xilinx/zynqmp/zynqmp.c:499: + size = ALIGN(CONFIG_SYS_MALLOC_LEN + total_size, MMU_SECTION_SIZE), + reg = lmb_alloc(&lmb, size, MMU_SECTION_SIZE); Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Simon Glass <sjg@chromium.org> Link: https://lore.kernel.org/r/ef264451ef9455ada9784bedbc91f74b94b8a237.1634799528.git.michal.simek@xilinx.com