On Sun, Jul 19, 2020 at 10:25:21AM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > The header files in RDMA subsystem are dual licensed and can be > described by simple SPDX tag, so replace all of them at once > together with making them use the same coding style for header > guard defines. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > v1; > * Used correct SPDX tag (BSD-3-Clause instead of Linux-OpenIB) on > relevant Intel's headers. > v0: > https://lore.kernel.org/linux-rdma/20200714053523.287522-1-leon@xxxxxxxxxx > --- > include/rdma/ib.h | 31 ++---------------- > include/rdma/ib_addr.h | 31 ++---------------- > include/rdma/ib_cache.h | 29 +---------------- > include/rdma/ib_cm.h | 1 + > include/rdma/ib_hdrs.h | 44 +------------------------ > include/rdma/ib_mad.h | 31 ++---------------- > include/rdma/ib_marshall.h | 31 ++---------------- > include/rdma/ib_pack.h | 29 +---------------- > include/rdma/ib_pma.h | 31 ++---------------- > include/rdma/ib_sa.h | 29 +---------------- > include/rdma/ib_smi.h | 31 ++---------------- > include/rdma/ib_umem.h | 29 +---------------- > include/rdma/ib_umem_odp.h | 29 +---------------- > include/rdma/ib_verbs.h | 31 ++---------------- > include/rdma/iw_cm.h | 30 ++--------------- > include/rdma/iw_portmap.h | 30 ++--------------- > include/rdma/opa_addr.h | 44 +------------------------ > include/rdma/opa_port_info.h | 31 ++---------------- > include/rdma/opa_smi.h | 31 ++---------------- > include/rdma/opa_vnic.h | 49 +++------------------------- > include/rdma/rdma_cm.h | 31 ++---------------- > include/rdma/rdma_cm_ib.h | 31 ++---------------- > include/rdma/rdma_netlink.h | 2 +- > include/rdma/rdma_vt.h | 50 +++-------------------------- > include/rdma/rdmavt_cq.h | 53 +++---------------------------- > include/rdma/rdmavt_mr.h | 50 +++-------------------------- > include/rdma/rdmavt_qp.h | 50 +++-------------------------- > include/rdma/uverbs_ioctl.h | 29 +---------------- > include/rdma/uverbs_named_ioctl.h | 29 +---------------- > include/rdma/uverbs_std_types.h | 29 +---------------- > include/rdma/uverbs_types.h | 29 +---------------- > 31 files changed, 59 insertions(+), 946 deletions(-) Applied to for-next, thanks Jason