atm:he - Do not initialise statics to 0.
authorShailendra Verma <shailendra.capricorn@gmail.com>
Thu, 4 Jun 2015 14:41:00 +0000 (20:11 +0530)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 22:43:10 +0000 (15:43 -0700)
According to <stdbool.h> false is always '0' and
Static variables are initialised to 0 by GCC.

Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found
This page took 0.023924 seconds and 5 git commands to generate.