commit | f044091ca4c0b05be8f83748d76d4fbba4fc74cf | [log] [tgz] |
---|---|---|
author | Douglas Thompson <dougthompson@xmission.com> | Thu Jul 19 01:50:19 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 19 10:04:55 2007 -0700 |
tree | 0ceb7dabbddce313917ff5b7d15e72aed231859a | |
parent | 977c76bd687585f4528c6c9c6966842955771f52 [diff] |
drivers/edac: remove null from statics Patches to conform to coding style, namely static don't need to be initialized to NULL nor '0', as that is the default Signed-off-by: Douglas Thompson <dougthompson@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>