Re: [PATCH 03/10] net: bonding: Add SPDX identifier to remaining files

2023-05-11 Thread kernel test robot
: ac9a78681b921877518763ba0e89202254349d1b patch link: https://lore.kernel.org/r/20230511133406.78155-4-bagasdotme%40gmail.com patch subject: [PATCH 03/10] net: bonding: Add SPDX identifier to remaining files reproduce: scripts/spdxcheck.py If you fix the issue, kindly add following tag where applicable

Re: [PATCH 03/10] net: bonding: Add SPDX identifier to remaining files

2023-05-11 Thread Simon Horman
On Thu, May 11, 2023 at 08:33:59PM +0700, Bagas Sanjaya wrote: > Previous batches of SPDX conversion missed bond_main.c and bonding_priv.h > because these files doesn't mention intended GPL version. Add SPDX identifier > to these files, assuming GPL 1.0+. Reviewed-by: Simon Horman

[PATCH 03/10] net: bonding: Add SPDX identifier to remaining files

2023-05-11 Thread Bagas Sanjaya
Previous batches of SPDX conversion missed bond_main.c and bonding_priv.h because these files doesn't mention intended GPL version. Add SPDX identifier to these files, assuming GPL 1.0+. Cc: Thomas Davis Cc: Christophe JAILLET Cc: Stephen Hemminger Signed-off-by: Bagas Sanjaya --- drivers/net