Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1a27eac authored by Nicolas Iooss's avatar Nicolas Iooss Committed by Doug Ledford
Browse files

IB/cxgb3: fix misspelling in header guard



Use CXGB3_... instead of CXBG3_...

Fixes: a85fb338 ("IB/cxgb3: Move user vendor structures")
Cc: stable@vger.kernel.org # 4.9
Signed-off-by: default avatarNicolas Iooss <nicolas.iooss_linux@m4x.org>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Acked-by: default avatarSteve Wise <swise@chelsio.com>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent 83236f01
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -30,7 +30,7 @@
 * SOFTWARE.
 * SOFTWARE.
 */
 */
#ifndef CXGB3_ABI_USER_H
#ifndef CXGB3_ABI_USER_H
#define CXBG3_ABI_USER_H
#define CXGB3_ABI_USER_H


#include <linux/types.h>
#include <linux/types.h>