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

Justin Lai posted 3 patches 8 months ago
drivers/net/ethernet/realtek/rtase/rtase.h      | 2 +-
drivers/net/ethernet/realtek/rtase/rtase_main.c | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
[PATCH net v2 0/3] Fix kernel test robot issue and type error in min_t
Posted by Justin Lai 8 months ago
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

v1 -> v2:
Nothing has changed, and it is simply being posted again because the
initial version was posted incompletely.

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