ipc: remove linebreaks from arguments of __register_sysctl_table
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 19 Feb 2024 20:19:23 +0000 (21:19 +0100)
committerJoel Granados <j.granados@samsung.com>
Fri, 23 Feb 2024 11:13:09 +0000 (12:13 +0100)
commit8e88291043155956c2851c44e8fd0a562ea2ee49
tree7fef93c12a46cb4b6d4aac1eac1e914cc333147c
parent0f6588b351d4fbec8f8e63e99df20fec6f121e4a
ipc: remove linebreaks from arguments of __register_sysctl_table

Calls to __register_sysctl_table will be validated by
scripts/check-sysctl-docs. As this script is line-based remove the
linebreak which would confuse the script.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: Joel Granados <j.granados@samsung.com>
ipc/ipc_sysctl.c