RE: [PATCH net 0/3] Fix kernel test robot issue and type error in min_t

From: Justin Lai
Date: Tue Apr 15 2025 - 08:42:14 EST




> -----Original Message-----
> From: Justin Lai <justinlai0215@xxxxxxxxxxx>
> Sent: Tuesday, April 15, 2025 8:22 PM
> To: kuba@xxxxxxxxxx
> Cc: davem@xxxxxxxxxxxxx; edumazet@xxxxxxxxxx; pabeni@xxxxxxxxxx;
> andrew+netdev@xxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> netdev@xxxxxxxxxxxxxxx; horms@xxxxxxxxxx; Ping-Ke Shih
> <pkshih@xxxxxxxxxxx>; Larry Chiu <larry.chiu@xxxxxxxxxxx>; Justin Lai
> <justinlai0215@xxxxxxxxxxx>
> Subject: [PATCH net 0/3] Fix kernel test robot issue and type error in min_t
>
> This patch set mainly involves fixing the kernel test robot issue and the type
> error in min_t.
> Details are as follows:
> 1. Fix the compile error reported by the kernel test robot 2. Fix the compile
> warning reported by the kernel test robot 3. Fix a type error in min_t
>
> Justin Lai (3):
> rtase: Fix the compile error reported by the kernel test robot
> rtase: Fix the compile warning reported by the kernel test robot
> rtase: Fix a type error in min_t
>
> drivers/net/ethernet/realtek/rtase/rtase.h | 2 +-
> drivers/net/ethernet/realtek/rtase/rtase_main.c | 8 ++++----
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> --
> 2.34.1
>

Sorry, this patch set was posted incompletely. I will post it again in
24 hours.