From: Stephen Hemminger Date: Thu, 25 Sep 2025 16:36:24 +0000 (-0700) Subject: rdma: fix minor style issue X-Git-Tag: v6.17.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e5e851fc0c9fd2713dd823729893ee08637f81;p=thirdparty%2Fiproute2.git rdma: fix minor style issue Replace 'const char*' with 'const char *' to be consistent. Signed-off-by: Stephen Hemminger --- diff --git a/rdma/res-qp.c b/rdma/res-qp.c index a47225df..231ae99c 100644 --- a/rdma/res-qp.c +++ b/rdma/res-qp.c @@ -90,7 +90,7 @@ static int res_qp_line(struct rd *rd, const char *name, int idx, { uint32_t lqpn, rqpn = 0, rq_psn = 0, sq_psn; uint8_t type, state, path_mig_state = 0; - const char* sub_type = NULL; + const char *sub_type = NULL; uint32_t port = 0, pid = 0; uint32_t pdn = 0; char *comm = NULL;