mbox series

[0/4] Do some cleanups

Message ID 20211010004110.3842-1-yanjun.zhu@linux.dev (mailing list archive)
Headers show
Series Do some cleanups | expand

Message

Zhu Yanjun Oct. 10, 2021, 12:41 a.m. UTC
From: Zhu Yanjun <yanjun.zhu@linux.dev>

Some functions are not used. So these functions are removed.

Zhu Yanjun (4):
  RDMA/irdma: compat the uk.c file
  RDMA/irdma: compat the ctrl.c
  RDMA/irdma: compat the utils.c file
  RDMA/irdma: compat the file

 drivers/infiniband/hw/irdma/ctrl.c   | 38 -------------------
 drivers/infiniband/hw/irdma/osdep.h  |  1 -
 drivers/infiniband/hw/irdma/protos.h |  2 -
 drivers/infiniband/hw/irdma/type.h   |  2 +-
 drivers/infiniband/hw/irdma/uk.c     | 57 ----------------------------
 drivers/infiniband/hw/irdma/user.h   |  4 +-
 drivers/infiniband/hw/irdma/utils.c  | 45 ----------------------
 7 files changed, 2 insertions(+), 147 deletions(-)

Comments

Zhu Yanjun Oct. 11, 2021, 12:07 a.m. UTC | #1
ping

在 2021/10/10 8:41, yanjun.zhu@linux.dev 写道:
> From: Zhu Yanjun <yanjun.zhu@linux.dev>
> 
> Some functions are not used. So these functions are removed.
> 
> Zhu Yanjun (4):
>    RDMA/irdma: compat the uk.c file
>    RDMA/irdma: compat the ctrl.c
>    RDMA/irdma: compat the utils.c file
>    RDMA/irdma: compat the file
> 
>   drivers/infiniband/hw/irdma/ctrl.c   | 38 -------------------
>   drivers/infiniband/hw/irdma/osdep.h  |  1 -
>   drivers/infiniband/hw/irdma/protos.h |  2 -
>   drivers/infiniband/hw/irdma/type.h   |  2 +-
>   drivers/infiniband/hw/irdma/uk.c     | 57 ----------------------------
>   drivers/infiniband/hw/irdma/user.h   |  4 +-
>   drivers/infiniband/hw/irdma/utils.c  | 45 ----------------------
>   7 files changed, 2 insertions(+), 147 deletions(-)
>
Zhu Yanjun Oct. 11, 2021, 3:23 a.m. UTC | #2
On Sun, Oct 10, 2021 at 1:03 AM <yanjun.zhu@linux.dev> wrote:
>
> From: Zhu Yanjun <yanjun.zhu@linux.dev>
>
> Some functions are not used. So these functions are removed.

Sorry. Please ignore this patch series. There are some typo errors.
I fixed it and sent a new patch series.

Zhu Yanjun

>
> Zhu Yanjun (4):
>   RDMA/irdma: compat the uk.c file
>   RDMA/irdma: compat the ctrl.c
>   RDMA/irdma: compat the utils.c file
>   RDMA/irdma: compat the file
>
>  drivers/infiniband/hw/irdma/ctrl.c   | 38 -------------------
>  drivers/infiniband/hw/irdma/osdep.h  |  1 -
>  drivers/infiniband/hw/irdma/protos.h |  2 -
>  drivers/infiniband/hw/irdma/type.h   |  2 +-
>  drivers/infiniband/hw/irdma/uk.c     | 57 ----------------------------
>  drivers/infiniband/hw/irdma/user.h   |  4 +-
>  drivers/infiniband/hw/irdma/utils.c  | 45 ----------------------
>  7 files changed, 2 insertions(+), 147 deletions(-)
>
> --
> 2.27.0
>
Jason Gunthorpe Oct. 12, 2021, 4:17 p.m. UTC | #3
On Sat, Oct 09, 2021 at 08:41:06PM -0400, yanjun.zhu@linux.dev wrote:
> From: Zhu Yanjun <yanjun.zhu@linux.dev>
> 
> Some functions are not used. So these functions are removed.
> 
> Zhu Yanjun (4):
>   RDMA/irdma: compat the uk.c file
>   RDMA/irdma: compat the ctrl.c
>   RDMA/irdma: compat the utils.c file
>   RDMA/irdma: compat the file

Applied to for-next, thanks

Jason