Message ID | 20170122134122.10352-1-nicolas.iooss_linux@m4x.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
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>
> > Use CXGB3_... instead of CXBG3_... > > Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org> Acked-by: Steve Wise <swise@chelsio.com> -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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.
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>
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(-)