All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rdma-core 0/7] libhns: Cleanup about removing redundant code and cleaning up static alarms
@ 2021-11-09 12:40 Wenpeng Liang
  2021-11-09 12:40 ` [PATCH rdma-core 1/7] libhns: Remove unused macros Wenpeng Liang
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Wenpeng Liang @ 2021-11-09 12:40 UTC (permalink / raw)
  To: jgg, leon; +Cc: linux-rdma, linuxarm

Patch #1~#3: Remove redundant code.
Patch #4~#5: Fix wrong type of printf format, variables and fields.
Patch #6~#7: Other miscellaneous cleanup.

Lang Cheng (1):
  libhns: Remove unused macros

Wenpeng Liang (1):
  libhns: Remove unsupported QP type

Xinhao Liu (4):
  libhns: Fix wrong print format for unsigned type
  libhns: Fix wrong type of variables and fields
  libhns: The content of the header file should be protected with
    #define
  libhns: The function declaration should be the same as the definition

Yixing Liu (1):
  libhns: Remove redundant variable initialization

 providers/hns/hns_roce_u.c       |  3 ---
 providers/hns/hns_roce_u.h       | 10 +++++-----
 providers/hns/hns_roce_u_db.h    |  6 +++---
 providers/hns/hns_roce_u_hw_v1.c |  7 +++----
 providers/hns/hns_roce_u_hw_v2.c | 16 +++++++---------
 providers/hns/hns_roce_u_verbs.c |  2 +-
 6 files changed, 19 insertions(+), 25 deletions(-)

--
2.33.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-11-25 12:37 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-09 12:40 [PATCH rdma-core 0/7] libhns: Cleanup about removing redundant code and cleaning up static alarms Wenpeng Liang
2021-11-09 12:40 ` [PATCH rdma-core 1/7] libhns: Remove unused macros Wenpeng Liang
2021-11-09 12:40 ` [PATCH rdma-core 2/7] libhns: Remove unsupported QP type Wenpeng Liang
2021-11-09 12:40 ` [PATCH rdma-core 3/7] libhns: Remove redundant variable initialization Wenpeng Liang
2021-11-09 12:41 ` [PATCH rdma-core 4/7] libhns: Fix wrong print format for unsigned type Wenpeng Liang
2021-11-09 12:41 ` [PATCH rdma-core 5/7] libhns: Fix wrong type of variables and fields Wenpeng Liang
2021-11-23 14:13   ` Jason Gunthorpe
2021-11-24 11:39     ` Wenpeng Liang
2021-11-24 15:40       ` Jason Gunthorpe
2021-11-25 12:35         ` Wenpeng Liang
2021-11-09 12:41 ` [PATCH rdma-core 6/7] libhns: The content of the header file should be protected with #define Wenpeng Liang
2021-11-09 12:41 ` [PATCH rdma-core 7/7] libhns: The function declaration should be the same as the definition Wenpeng Liang
2021-11-10 14:30 ` [PATCH rdma-core 0/7] libhns: Cleanup about removing redundant code and cleaning up static alarms Leon Romanovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.