On 28/5/26 17:28, Peter Maydell wrote:
We're about to fix indent in a section of the
omap_dma_transfer_setup() function, which will make checkpatch
complain. Since we're touching the code anyway, fix the uses of if()
with no braces and wrongly formatted multiline comments.
Signed-off-by: Peter Maydell <[email protected]>
---
hw/dma/omap_dma.c | 51 ++++++++++++++++++++++++++++++-----------------
1 file changed, 33 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>