Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1564402 > unrolled thread
| Started by | Nicolas Iooss <nicolas.iooss_linux@m4x.org> |
|---|---|
| First post | 2017-01-22 14:50 +0100 |
| Last post | 2017-01-23 17:30 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH 1/1] IB/cxgb3: fix misspelling in header guard Nicolas Iooss <nicolas.iooss_linux@m4x.org> - 2017-01-22 14:50 +0100
Re: [PATCH 1/1] IB/cxgb3: fix misspelling in header guard Leon Romanovsky <leon@kernel.org> - 2017-01-22 15:00 +0100
Re: [PATCH 1/1] IB/cxgb3: fix misspelling in header guard Doug Ledford <dledford@redhat.com> - 2017-01-24 18:30 +0100
RE: [PATCH 1/1] IB/cxgb3: fix misspelling in header guard "Steve Wise" <swise@opengridcomputing.com> - 2017-01-23 17:30 +0100
| From | Nicolas Iooss <nicolas.iooss_linux@m4x.org> |
|---|---|
| Date | 2017-01-22 14:50 +0100 |
| Subject | [PATCH 1/1] IB/cxgb3: fix misspelling in header guard |
| Message-ID | <t2qGR-1o6-1@gated-at.bofh.it> |
Use CXGB3_... instead of CXBG3_... Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> --- 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 48a19bda071b..d24eee12128f 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.11.0
[toc] | [next] | [standalone]
| From | Leon Romanovsky <leon@kernel.org> |
|---|---|
| Date | 2017-01-22 15:00 +0100 |
| Message-ID | <t2qQx-1rC-1@gated-at.bofh.it> |
| In reply to | #1564402 |
[Multipart message — attachments visible in raw view] — view raw
On Sun, Jan 22, 2017 at 02:41:22PM +0100, Nicolas Iooss wrote:
> Use CXGB3_... instead of CXBG3_...
>
> Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
> ---
> include/uapi/rdma/cxgb3-abi.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Thanks,
Fixes: a85fb3383340 ("IB/cxgb3: Move user vendor structures")
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
[toc] | [prev] | [next] | [standalone]
| From | Doug Ledford <dledford@redhat.com> |
|---|---|
| Date | 2017-01-24 18:30 +0100 |
| Message-ID | <t3d4T-79G-31@gated-at.bofh.it> |
| In reply to | #1564407 |
[Multipart message — attachments visible in raw view] — view raw
On Sun, 2017-01-22 at 15:55 +0200, Leon Romanovsky wrote:
> On Sun, Jan 22, 2017 at 02:41:22PM +0100, Nicolas Iooss wrote:
> >
> > Use CXGB3_... instead of CXBG3_...
> >
> > Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
> > ---
> > include/uapi/rdma/cxgb3-abi.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
>
> Thanks,
> Fixes: a85fb3383340 ("IB/cxgb3: Move user vendor structures")
>
> Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Thanks, tags updated, patch applied.
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: B826A3330E572FDD
Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD
[toc] | [prev] | [next] | [standalone]
| From | "Steve Wise" <swise@opengridcomputing.com> |
|---|---|
| Date | 2017-01-23 17:30 +0100 |
| Message-ID | <t2PFg-ge-11@gated-at.bofh.it> |
| In reply to | #1564402 |
> > Use CXGB3_... instead of CXBG3_... > > Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Acked-by: Steve Wise <swise@chelsio.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web