From: Shailendra Verma
Date: Thu, 4 Jun 2015 20:11:00 +0530
> According to false is always '0' and
> Static variables are initialised to 0 by GCC.
>
> Signed-off-by: Shailendra Verma
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a
From: Shailendra Verma
Date: Tue, 26 May 2015 01:23:53 +0530
> Static variables are initialised to 0 by GCC.
> Fixes the following checkpatch error:
> ERROR: do not initialise statics to 0 or NULL
> FILE: drivers/atm/he.c:120:
> static bool sdh = 0;
>
> Signed-off-by: Shailendra Verma
true is
2 matches
Mail list logo