* [patch 1/1] drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
@ 2018-11-16 0:15 akpm
2018-11-16 0:21 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2018-11-16 0:15 UTC (permalink / raw)
To: michal.kalderon, denis.bolotin, akpm, netdev, davem
From: Andrew Morton <akpm@linux-foundation.org>
Subject: drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
Add missing semicolon.
Fixes: 291d57f67d244973 ("qed: Fix rdma_info structure allocation")
Cc: Michal Kalderon <michal.kalderon@cavium.com>
Cc: Denis Bolotin <denis.bolotin@cavium.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
drivers/net/ethernet/qlogic/qed/qed_rdma.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/ethernet/qlogic/qed/qed_rdma.h~drivers-net-ethernet-qlogic-qed-qed_rdmah-fix-typo
+++ a/drivers/net/ethernet/qlogic/qed/qed_rdma.h
@@ -183,7 +183,7 @@ void qed_rdma_info_free(struct qed_hwfn
static inline void qed_rdma_dpm_conf(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt) {}
static inline void qed_rdma_dpm_bar(struct qed_hwfn *p_hwfn,
struct qed_ptt *p_ptt) {}
-static inline int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn) {return -EINVAL}
+static inline int qed_rdma_info_alloc(struct qed_hwfn *p_hwfn) {return -EINVAL;}
static inline void qed_rdma_info_free(struct qed_hwfn *p_hwfn) {}
#endif
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 1/1] drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
2018-11-16 0:15 [patch 1/1] drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo akpm
@ 2018-11-16 0:21 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-11-16 0:21 UTC (permalink / raw)
To: akpm; +Cc: michal.kalderon, denis.bolotin, netdev
From: akpm@linux-foundation.org
Date: Thu, 15 Nov 2018 16:15:20 -0800
> From: Andrew Morton <akpm@linux-foundation.org>
> Subject: drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo
>
> Add missing semicolon.
>
> Fixes: 291d57f67d244973 ("qed: Fix rdma_info structure allocation")
> Cc: Michal Kalderon <michal.kalderon@cavium.com>
> Cc: Denis Bolotin <denis.bolotin@cavium.com>
> Cc: David S. Miller <davem@davemloft.net>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-11-16 10:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-16 0:15 [patch 1/1] drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typo akpm
2018-11-16 0:21 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox