The branch main has been updated by np: URL: https://cgit.FreeBSD.org/src/commit/?id=765d623d606c0800f2f2689c03edecac473e30a9
commit 765d623d606c0800f2f2689c03edecac473e30a9 Author: Navdeep Parhar <[email protected]> AuthorDate: 2021-03-05 20:48:39 +0000 Commit: Navdeep Parhar <[email protected]> CommitDate: 2021-03-05 20:48:39 +0000 cxgbe(4): Remove extra blank line. No functional change. --- sys/dev/cxgbe/adapter.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h index ff9e4eacf112..be890f035635 100644 --- a/sys/dev/cxgbe/adapter.h +++ b/sys/dev/cxgbe/adapter.h @@ -164,7 +164,6 @@ enum { BUF_PACKING_OK = (1 << 6), IS_VF = (1 << 7), KERN_TLS_OK = (1 << 8), - CXGBE_BUSY = (1 << 9), /* port flags */ _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
