signal: Replace memset(info,...) with clear_siginfo for clarity
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 19 Aug 2017 00:56:27 +0000 (19:56 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 23 Jan 2018 01:07:08 +0000 (19:07 -0600)
commit3b10db2b06e2f6191aabb14babe28dcaa657a947
treea903169e259f30612105288af09fe166172c6822
parent5f74972ce69fdc6473f74253283408af75a3be15
signal: Replace memset(info,...) with clear_siginfo for clarity

The function clear_siginfo is just a nice wrapper around memset so
this results in no functional change.  This change makes mistakes
a little more difficult and it makes it clearer what is going on.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/um/kernel/trap.c
drivers/usb/core/devio.c
kernel/seccomp.c
kernel/time/posix-timers.c