]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86: hp-wmi: Order DMI board name arrays
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 28 Nov 2025 12:02:15 +0000 (14:02 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 1 Dec 2025 09:56:02 +0000 (11:56 +0200)
commit68779adbabdbb1891ba4d9b8c7d3be99ed5e0b3d
tree2b0ef7211a5ba7b3d9ed7e4b3c7c4d82628c66de
parent594f9cce51bf80ef2908d13485720277435e88a9
platform/x86: hp-wmi: Order DMI board name arrays

The hp-wmi driver has a number of arrays that are getting new entries
and all/most entries have been added to the end of the array. As a
result, the numerical order is mixed up in a few entries.

Reorder the array entries. Split lines for each two leading chars to
make the arrays easier to read.

Add also trailing commas.

Link: https://patch.msgid.link/20251128120215.4450-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/hp/hp-wmi.c