]> git.ipfire.org Git - thirdparty/u-boot.git/commit
tools: zynqmp_psu_init_minimize.sh: fix return lines coding style
authorLuca Ceresoli <luca@lucaceresoli.net>
Tue, 11 Jun 2019 16:39:40 +0000 (18:39 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 28 Jun 2019 09:25:30 +0000 (11:25 +0200)
commit12fa4e2e39217eb1e9d07c19442e306d11020f7f
tree0385602ba7594696fb7502363accbc95d1d8ce11
parente33bed4aac6761e33395ef788170f3e3bb0192a5
tools: zynqmp_psu_init_minimize.sh: fix return lines coding style

Remove unneeded parenthess around return value. E.g.:
    return (0);   ->   return 0;

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
tools/zynqmp_psu_init_minimize.sh