module: Reformat struct for code style
authorMatthew Maurer <mmaurer@google.com>
Tue, 15 Oct 2024 23:16:46 +0000 (23:16 +0000)
committerLuis Chamberlain <mcgrof@kernel.org>
Sat, 19 Oct 2024 22:02:00 +0000 (15:02 -0700)
commit2295cf87ed5a6da4564034e4f8ebcce0a0a021ed
treea951bcd48afca9703e86c3dab3aebadac1eef0d2
parentd979e3dffa93c9284f244ef64f7a68042c2f8b80
module: Reformat struct for code style

Using commas to declare struct members makes adding new members to this
struct not as nice with patch management.

Test results linux-modules-kpd succeed [0].

Signed-off-by: Matthew Maurer <mmaurer@google.com>
Reviewed-by: Sami Tolvanen <samitolvanen@google.com>
[mcgrof: add automated test results from kdevops using KPD ]
Link: https://github.com/linux-kdevops/linux-modules-kpd/actions/runs/11420095343
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
kernel/module/internal.h