Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Feb 2016 02:28:59 +0000 (UTC)
From:      Sepherosa Ziehau <sephe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295606 - head/sys/dev/hyperv/netvsc
Message-ID:  <201602140228.u1E2SxBM056779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sephe
Date: Sun Feb 14 02:28:59 2016
New Revision: 295606
URL: https://svnweb.freebsd.org/changeset/base/295606

Log:
  hyperv/hn: Fix typo in comment
  
  Noticed by:	avos
  Reviewed by:	adrian, avos, Hongjiang Zhang <honzhan microsoft com>
  Approved by:	adrian
  MFC after:	1 week
  Sponsored by:	Microsoft OSTC
  Differential Revision:	https://reviews.freebsd.org/D5199

Modified:
  head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c

Modified: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
==============================================================================
--- head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c	Sat Feb 13 22:51:25 2016	(r295605)
+++ head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c	Sun Feb 14 02:28:59 2016	(r295606)
@@ -787,7 +787,7 @@ netvsc_channel_rollup(struct hv_device *
 
 /*
  * NOTE:
- * This this function fails, then both txd and m_head0 will be freed
+ * If this function fails, then both txd and m_head0 will be freed.
  */
 static int
 hn_encap(struct hn_softc *sc, struct hn_txdesc *txd, struct mbuf **m_head0)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602140228.u1E2SxBM056779>