Re: [PATCH] selftests/drivers/net: replace typeof() with __auto_type
From: Pranav Tyagi <hidden>
Date: 2025-08-06 15:34:26
Also in:
linux-kernel-mentees, linux-kselftest, lkml
From: Pranav Tyagi <hidden>
Date: 2025-08-06 15:34:26
Also in:
linux-kernel-mentees, linux-kselftest, lkml
On Wed, Aug 6, 2025 at 8:59 PM Jakub Kicinski [off-list ref] wrote:
On Wed, 6 Aug 2025 13:50:16 +0530 Pranav Tyagi wrote:quoted
Replace typeof() with __auto_type in iou-zcrx.c. __auto_type was introduced in GCC 4.9 and reduces the compile time for all compilers. No functional changes intended.Yet another unnecessary compiler feature. Please no.
I understand. Thanks