]> www.infradead.org Git - users/jedix/linux-maple.git/commit
netconsole: prefix CPU_NR sysdata feature with SYSDATA_
authorBreno Leitao <leitao@debian.org>
Fri, 28 Feb 2025 12:50:17 +0000 (04:50 -0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 4 Mar 2025 14:28:27 +0000 (15:28 +0100)
commit8a683295c2264e66cd8522ab6a15edfb52aa20bc
treed76b17c0ec207da74b661bc1c1cb2729b4d5749b
parent188fa9b9e20a2579ed8f4088969158fb55059fa0
netconsole: prefix CPU_NR sysdata feature with SYSDATA_

Rename the CPU_NR enum value to SYSDATA_CPU_NR to establish a consistent
naming convention for sysdata features. This change prepares for
upcoming additions to the sysdata feature set by clearly grouping
related features under the SYSDATA prefix.

This change is purely cosmetic and does not modify any functionality.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/netconsole.c