svn commit: r301384 - stable/10/sys/dev/sfxge
Andrew Rybchenko
arybchik at FreeBSD.org
Sat Jun 4 16:58:35 UTC 2016
Author: arybchik
Date: Sat Jun 4 16:58:34 2016
New Revision: 301384
URL: https://svnweb.freebsd.org/changeset/base/301384
Log:
MFC r300135
sfxge(4): cleanup: remove trailing whitespaces
Sponsored by: Solarflare Communications, Inc.
Modified:
stable/10/sys/dev/sfxge/sfxge_rx.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/sfxge/sfxge_rx.c
==============================================================================
--- stable/10/sys/dev/sfxge/sfxge_rx.c Sat Jun 4 16:57:38 2016 (r301383)
+++ stable/10/sys/dev/sfxge/sfxge_rx.c Sat Jun 4 16:58:34 2016 (r301384)
@@ -842,7 +842,7 @@ sfxge_rx_qcomplete(struct sfxge_rxq *rxq
if (rx_desc->flags & EFX_PKT_PREFIX_LEN) {
uint16_t tmp_size;
int rc;
- rc = efx_psuedo_hdr_pkt_length_get(sc->enp,
+ rc = efx_psuedo_hdr_pkt_length_get(sc->enp,
mtod(m, uint8_t *),
&tmp_size);
KASSERT(rc == 0, ("cannot get packet length: %d", rc));
@@ -1109,7 +1109,7 @@ sfxge_rx_start(struct sfxge_softc *sc)
EFSYS_ASSERT(ISP2(align));
sc->rx_buffer_size = P2ROUNDUP(sc->rx_buffer_size, align);
- /*
+ /*
* Standard mbuf zones only guarantee pointer-size alignment;
* we need extra space to align to the cache line
*/
More information about the svn-src-stable-10
mailing list