From: Andrew Lunn <andrew@lunn.ch> Date: 2021-06-16 16:08:21
On Wed, Jun 16, 2021 at 06:01:23PM +0800, Weihang Li wrote:
From: Wenpeng Liang <redacted>
Fix following format issues:
1. open brace '{' following function definitions should go to the next
line.
2. braces {} are not necessary for single line statements.
3. else should follow close brace '}'.
Signed-off-by: Wenpeng Liang <redacted>
Signed-off-by: Weihang Li <redacted>