diff options
| author | Mika Kukkonen <mika@osdl.org> | 2004-06-30 01:52:08 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-30 01:52:08 -0700 |
| commit | 6079e24889b7c8bdf1cca284cb9fe721e0a70ca3 (patch) | |
| tree | 9b686b080734ef7e656a632222bb4e78fcfdc299 /include/linux/init_task.h | |
| parent | c64c8daaebea290f03bf0d1fdc76be25f10f9157 (diff) | |
[PATCH] sparse: NULL vs 0 - the rest of it
Diffstat (limited to 'include/linux/init_task.h')
| -rw-r--r-- | include/linux/init_task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 29189706ea57..9937c8df8d7c 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h @@ -54,7 +54,7 @@ #define INIT_SIGHAND(sighand) { \ .count = ATOMIC_INIT(1), \ - .action = { {{0,}}, }, \ + .action = { {{NULL,}}, }, \ .siglock = SPIN_LOCK_UNLOCKED, \ } |
