commit | 388ca2e024dd5e6fa9eb5eafa56bd33707bcd594 | [log] [tgz] |
---|---|---|
author | David Gow <davidgow@google.com> | Thu May 13 12:32:02 2021 -0700 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Wed Jun 23 16:41:24 2021 -0600 |
tree | 02eb141ec02619a6b1fe21cb24939f4c4a57599c | |
parent | 8f0877c26e4b695f824c5dbcc4b964ce238328aa [diff] |
kernel/sysctl-test: Remove some casts which are no-longer required With some of the stricter type checking in KUnit's EXPECT macros removed, several casts in sysctl-test are no longer required. Remove the unnecessary casts, making the conditions clearer. Signed-off-by: David Gow <davidgow@google.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>