From c3fd217a0c2cd8478e003f5c57fd33fd6cf35c2e Mon Sep 17 00:00:00 2001 From: zrj Date: Tue, 4 Jul 2017 10:43:14 +0300 Subject: [PATCH] Fix mixed line endings. --- sys/dev/netif/bce/if_bcefw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/netif/bce/if_bcefw.h b/sys/dev/netif/bce/if_bcefw.h index 36a633e7f6..bed8805c4d 100644 --- a/sys/dev/netif/bce/if_bcefw.h +++ b/sys/dev/netif/bce/if_bcefw.h @@ -8002,7 +8002,7 @@ u32 bce_TPAT_b09FwBss[(0x12b4/4) + 1] = { 0x0 }; u32 bce_TPAT_b09FwSbss[(0x3c/4) + 1] = { 0x0 }; u32 bce_TPAT_b09FwSdata[(0x0/4) + 1] = { 0x0 }; - + int bce_COM_b09FwReleaseMajor = 0x6; int bce_COM_b09FwReleaseMinor = 0x0; int bce_COM_b09FwReleaseFix = 0x11; @@ -14009,7 +14009,7 @@ u32 bce_xi_rv2p_proc2[] = { 0x00000010, 0x001f0000, 0x00000018, 0x8000fe35, }; - + u32 bce_xi90_rv2p_proc1[] = { 0x00000010, 0xb1800006, -- 2.41.0