Typo
This commit is contained in:
parent
18db53d2f6
commit
480d5fce07
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: dwc_gmac.c,v 1.22 2014/10/26 17:39:16 martin Exp $ */
|
||||
/* $NetBSD: dwc_gmac.c,v 1.23 2014/10/26 20:51:54 joerg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.22 2014/10/26 17:39:16 martin Exp $");
|
||||
__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.23 2014/10/26 20:51:54 joerg Exp $");
|
||||
|
||||
/* #define DWC_GMAC_DEBUG 1 */
|
||||
|
||||
@ -879,7 +879,7 @@ dwc_gmac_queue(struct dwc_gmac_softc *sc, struct mbuf *m0)
|
||||
|
||||
/*
|
||||
* Defer passing ownership of the first descriptor
|
||||
* untill we are done.
|
||||
* until we are done.
|
||||
*/
|
||||
if (i)
|
||||
desc->ddesc_status = htole32(DDESC_STATUS_OWNEDBYDEV);
|
||||
|
Loading…
Reference in New Issue
Block a user