]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - kernel/signal.c
signal: Pair exports with their functions
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 13 Sep 2018 17:26:35 +0000 (19:26 +0200)
committerEric W. Biederman <ebiederm@xmission.com>
Sun, 16 Sep 2018 14:56:54 +0000 (16:56 +0200)
commitfb50f5a4011c499bc1b1fae77299cfcb3945e51b
treea46eb4af26a30f08227dd496ddf1c25613ade1b4
parentb21c5bd562dd97ac0b936439fc64bd30ec09b2e0
signal: Pair exports with their functions

For readability and consistency with the other exports in
kernel/signal.c pair the exports of signal sending functions with
their functions, instead of having the exports in one big clump.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/signal.c