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

Justin Lai posted 3 patches 8 months, 1 week ago
Only 0 patches received!
RE: [PATCH net 0/3] Fix kernel test robot issue and type error in min_t
Posted by Justin Lai 8 months, 1 week ago

> -----Original Message-----
> From: Justin Lai <justinlai0215@realtek.com>
> Sent: Tuesday, April 15, 2025 8:22 PM
> To: kuba@kernel.org
> Cc: davem@davemloft.net; edumazet@google.com; pabeni@redhat.com;
> andrew+netdev@lunn.ch; linux-kernel@vger.kernel.org;
> netdev@vger.kernel.org; horms@kernel.org; Ping-Ke Shih
> <pkshih@realtek.com>; Larry Chiu <larry.chiu@realtek.com>; Justin Lai
> <justinlai0215@realtek.com>
> 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.