]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netconsole: add 'sysdata' suffix to related functions
authorBreno Leitao <leitao@debian.org>
Fri, 14 Mar 2025 17:58:47 +0000 (10:58 -0700)
committerPaolo Abeni <pabeni@redhat.com>
Fri, 21 Mar 2025 17:59:24 +0000 (18:59 +0100)
commitb92c6fc43f4e1a0f22d9a6db889165afcfe742ad
tree666f821f37e0a3dbc5b0a3867df4a6fc14bf9691
parent343f90227070b3b4c0bfb84107e1e602d9ebcd8a
netconsole: add 'sysdata' suffix to related functions

This commit appends a common "sysdata" suffix to functions responsible
for appending data to sysdata.

This change enhances code clarity and prevents naming conflicts with
other "append" functions, particularly in anticipation of the upcoming
inclusion of the `release` field in the next patch.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250314-netcons_release-v1-3-07979c4b86af@debian.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/netconsole.c