Re: [PATCH v2 10/10] lib/cmdline_kunit: Remove a cast which are no-longer required

From: Brendan Higgins
Date: Tue Jun 15 2021 - 16:43:02 EST


On Thu, May 13, 2021 at 12:36 PM David Gow <davidgow@xxxxxxxxxx> wrote:
>
> With some of the stricter type checking in KUnit's EXPECT macros
> removed, a cast in cmdline_kunit is no longer required.
>
> Remove the unnecessary cast, using NULL instead of (int *) to make it
> clearer.
>
> Signed-off-by: David Gow <davidgow@xxxxxxxxxx>

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>