git: 9b9bd9345060 - stable/13 - cxgbe(4): Remove extra blank line.

Navdeep Parhar np at FreeBSD.org
Sun May 16 03:02:07 UTC 2021


The branch stable/13 has been updated by np:

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

commit 9b9bd93450605e467738b539e169da1b5326e4c3
Author:     Navdeep Parhar <np at FreeBSD.org>
AuthorDate: 2021-03-05 20:48:39 +0000
Commit:     Navdeep Parhar <np at FreeBSD.org>
CommitDate: 2021-05-16 03:01:55 +0000

    cxgbe(4): Remove extra blank line.
    
    No functional change.
    
    (cherry picked from commit 765d623d606c0800f2f2689c03edecac473e30a9)
---
 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 0b7ceb147708..1a901d376b46 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 */


More information about the dev-commits-src-all mailing list