The branch main has been updated by hselasky:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c830e929247de33fb523fd178ff2923a5c5480df

commit c830e929247de33fb523fd178ff2923a5c5480df
Author:     Hans Petter Selasky <hsela...@freebsd.org>
AuthorDate: 2022-02-03 16:44:11 +0000
Commit:     Hans Petter Selasky <hsela...@freebsd.org>
CommitDate: 2022-02-03 16:45:19 +0000

    mlx5ib: Fix whitespace.
    
    Found by:       kib@
    MFC after:      1 week
    Sponsored by:   NVIDIA Networking
---
 sys/modules/mlx5ib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/mlx5ib/Makefile b/sys/modules/mlx5ib/Makefile
index 16f74fc000e8..7a3c4d218731 100644
--- a/sys/modules/mlx5ib/Makefile
+++ b/sys/modules/mlx5ib/Makefile
@@ -17,7 +17,7 @@ mlx5_ib_qp.c \
 mlx5_ib_srq.c \
 mlx5_ib_virt.c
 SRCS+= ${LINUXKPI_GENSRCS}
-SRCS+=         opt_inet.h opt_inet6.h opt_ratelimit.h opt_rss.h 
+SRCS+=         opt_inet.h opt_inet6.h opt_ratelimit.h opt_rss.h
 
 CFLAGS+= -I${SRCTOP}/sys/ofed/include
 CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi

Reply via email to