]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
topology/sysfs: Add format parameter to macro defining "show" functions for proc
authorTony Luck <tony.luck@intel.com>
Mon, 31 Jan 2022 23:01:10 +0000 (15:01 -0800)
committerBorislav Petkov <bp@suse.de>
Tue, 1 Feb 2022 15:35:21 +0000 (16:35 +0100)
commit182ecfaf757de234a5262f51c0e699bec7258a67
tree4d18fa0cadbfdde1b0732bd337642e18fecd89f7
parent822ccfade55b6be7977b364356fcf2d78d8a373a
topology/sysfs: Add format parameter to macro defining "show" functions for proc

All the simple (non-mask and non-list files in
/sys/devices/system/cpu/cpu0/topology/ are currently printed as decimal
integers.

Refactor the macro that generates the "show" functions to take a format
parameter to allow future files to display in other formats.

No functional change.

Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220131230111.2004669-5-tony.luck@intel.com
drivers/base/topology.c