kunit: Match parenthesis alignment to improve code readability
authorLucas Stankus <lucas.p.stankus@gmail.com>
Fri, 12 Mar 2021 19:11:26 +0000 (16:11 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 23 Mar 2021 16:10:58 +0000 (10:10 -0600)
commit2f9f21cdcd71d0c523676f551ea5c4f78d8e6f61
tree20faf4feb7102c2eaef909a09a27aa1410da1d7b
parenta38fd8748464831584a19438cbb3082b5a2dab15
kunit: Match parenthesis alignment to improve code readability

Tidy up code by fixing the following checkpatch warnings:
CHECK: Alignment should match open parenthesis
CHECK: Lines should not end with a '('

Signed-off-by: Lucas Stankus <lucas.p.stankus@gmail.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/assert.c