mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 20:49:35 +02:00
Static variables do not need to be initialised to 0, because compiler will initialise all uninitialised statics to 0. Thus, remove the unneeded initializations. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| relocs.c | ||
| relocs.h | ||
| relocs_32.c | ||
| relocs_64.c | ||
| relocs_main.c | ||