Re: [PATCH] parisc: perf: use named initializers for struct miscdevice

From: Helge Deller
Date: Fri Feb 28 2025 - 02:08:21 EST


On 2/26/25 19:09, Thadeu Lima de Souza Cascardo wrote:
Though struct miscdevice has hardly changed over the years, this is good
practice and also makes the core more readable.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxx>
---
arch/parisc/kernel/perf.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

applied.

Thanks!
Helge