Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2020 15:58:16 +0100
From:      Michal Meloun <meloun.michal@gmail.com>
To:        Jessica Clarke <jrtc27@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r368700 - head/sys/dev/e1000
Message-ID:  <4934efdf-f89d-aecd-1b98-2ad3aeab64e5@gmail.com>
In-Reply-To: <202012161448.0BGEmk8i084481@repo.freebsd.org>
References:  <202012161448.0BGEmk8i084481@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On 16.12.2020 15:48, Jessica Clarke wrote:
> Author: jrtc27
> Date: Wed Dec 16 14:48:46 2020
> New Revision: 368700
> URL: https://svnweb.freebsd.org/changeset/base/368700
> 
> Log:
>    Fix whitespace in r368698
>    
>    MFC with:	r368698

I just started to be ashamed :(
Thanks for fixing the bugs created by my tangled fingers.
Michal

> Modified:
>    head/sys/dev/e1000/if_em.c
> 
> Modified: head/sys/dev/e1000/if_em.c
> ==============================================================================
> --- head/sys/dev/e1000/if_em.c	Wed Dec 16 14:47:49 2020	(r368699)
> +++ head/sys/dev/e1000/if_em.c	Wed Dec 16 14:48:46 2020	(r368700)
> @@ -847,7 +847,7 @@ em_if_attach_pre(if_ctx_t ctx)
>   		** use a different BAR, so we need to keep
>   		** track of which is used.
>   		*/
> -		scctx->isc_msix_bar =  pci_msix_table_bar(dev);
> +		scctx->isc_msix_bar = pci_msix_table_bar(dev);
>   	} else if (adapter->hw.mac.type >= em_mac_min) {
>   		scctx->isc_txqsizes[0] = roundup2(scctx->isc_ntxd[0]* sizeof(struct e1000_tx_desc), EM_DBA_ALIGN);
>   		scctx->isc_rxqsizes[0] = roundup2(scctx->isc_nrxd[0] * sizeof(union e1000_rx_desc_extended), EM_DBA_ALIGN);
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4934efdf-f89d-aecd-1b98-2ad3aeab64e5>