Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1566657 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-01-25 16:00 +0100 |
| Last post | 2017-01-25 18:00 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H Colin King <colin.king@canonical.com> - 2017-01-25 16:00 +0100
Re: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H Leon Romanovsky <leon@kernel.org> - 2017-01-25 17:50 +0100
RE: [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H "Steve Wise" <swise@opengridcomputing.com> - 2017-01-25 18:00 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-01-25 16:00 +0100 |
| Subject | [PATCH] IB/cxgb3: header should be defining CXGB3_ABI_USER_H |
| Message-ID | <t3xdf-32i-3@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com> Fix typo in header guard macro, is currently CXBG3_ABI_USER_H and should be CXGB3_ABI_USER_H (B and G are swapped). Signed-off-by: Colin Ian King <colin.king@canonical.com> --- include/uapi/rdma/cxgb3-abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/rdma/cxgb3-abi.h b/include/uapi/rdma/cxgb3-abi.h index 48a19bd..d24eee1 100644 --- a/include/uapi/rdma/cxgb3-abi.h +++ b/include/uapi/rdma/cxgb3-abi.h @@ -30,7 +30,7 @@ * SOFTWARE. */ #ifndef CXGB3_ABI_USER_H -#define CXBG3_ABI_USER_H +#define CXGB3_ABI_USER_H #include <linux/types.h> -- 2.10.2
[toc] | [next] | [standalone]
| From | Leon Romanovsky <leon@kernel.org> |
|---|---|
| Date | 2017-01-25 17:50 +0100 |
| Message-ID | <t3yVI-4ad-25@gated-at.bofh.it> |
| In reply to | #1566657 |
[Multipart message — attachments visible in raw view] — view raw
On Wed, Jan 25, 2017 at 02:48:49PM +0000, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Fix typo in header guard macro, is currently CXBG3_ABI_USER_H and > should be CXGB3_ABI_USER_H (B and G are swapped). > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Doug had similar fix already in his tree queued for 4.10. https://git.kernel.org/cgit/linux/kernel/git/dledford/rdma.git/commit/?h=k.o/for-4.10-rc&id=b1a27eac7fefff33ccf6acc919fc0725bf9815fb > --- > include/uapi/rdma/cxgb3-abi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/uapi/rdma/cxgb3-abi.h b/include/uapi/rdma/cxgb3-abi.h > index 48a19bd..d24eee1 100644 > --- a/include/uapi/rdma/cxgb3-abi.h > +++ b/include/uapi/rdma/cxgb3-abi.h > @@ -30,7 +30,7 @@ > * SOFTWARE. > */ > #ifndef CXGB3_ABI_USER_H > -#define CXBG3_ABI_USER_H > +#define CXGB3_ABI_USER_H > > #include <linux/types.h> > > -- > 2.10.2 >
[toc] | [prev] | [next] | [standalone]
| From | "Steve Wise" <swise@opengridcomputing.com> |
|---|---|
| Date | 2017-01-25 18:00 +0100 |
| Message-ID | <t3z5o-4dK-13@gated-at.bofh.it> |
| In reply to | #1566657 |
Acked-by: Steve Wise <swise@chelsio.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web