diff mbox

IB/cxgb3: header should be defining CXGB3_ABI_USER_H

Message ID 20170125144849.10894-1-colin.king@canonical.com (mailing list archive)
State Not Applicable
Headers show

Commit Message

Colin King Jan. 25, 2017, 2:48 p.m. UTC
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(-)

Comments

Leon Romanovsky Jan. 25, 2017, 4:42 p.m. UTC | #1
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
>
Steve Wise Jan. 25, 2017, 4:58 p.m. UTC | #2
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
diff mbox

Patch

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>