diff options
author | 2023-10-12 04:13:58 -0700 | |
---|---|---|
committer | 2023-10-13 17:26:38 -0700 | |
commit | 28856ab2c0b5b6e87b9a9739a0b59b6ff83689bd (patch) | |
tree | c4958355b4f594e8b8764aa68d908d63ee03c8c8 /drivers/net/bareudp.c | |
parent | sfc: replace deprecated strncpy with strscpy (diff) | |
download | wireguard-linux-28856ab2c0b5b6e87b9a9739a0b59b6ff83689bd.tar.xz wireguard-linux-28856ab2c0b5b6e87b9a9739a0b59b6ff83689bd.zip |
netconsole: move init/cleanup functions lower
Move alloc_param_target() and its counterpart (free_param_target())
to the bottom of the file. These functions are called mostly at
initialization/cleanup of the module, and they should be just above the
callers, at the bottom of the file.
From a practical perspective, having alloc_param_target() at the bottom
of the file will avoid forward declaration later (in the following
patch).
Nothing changed other than the functions location.
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://lore.kernel.org/r/20231012111401.333798-2-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/bareudp.c')
0 files changed, 0 insertions, 0 deletions