Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 09:51:22 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r356411 - stable/11/sys/dev/hyperv/netvsc
Message-ID:  <202001060951.0069pMuq021531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Mon Jan  6 09:51:22 2020
New Revision: 356411
URL: https://svnweb.freebsd.org/changeset/base/356411

Log:
  MFC r356201:
  Fix spelling.
  
  PR:		242891
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/dev/hyperv/netvsc/if_hn.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/hyperv/netvsc/if_hn.c
==============================================================================
--- stable/11/sys/dev/hyperv/netvsc/if_hn.c	Mon Jan  6 09:50:44 2020	(r356410)
+++ stable/11/sys/dev/hyperv/netvsc/if_hn.c	Mon Jan  6 09:51:22 2020	(r356411)
@@ -1506,7 +1506,7 @@ hn_vf_rss_fixup(struct hn_softc *sc, bool reconf)
 	strlcpy(ifrk.ifrk_name, vf_ifp->if_xname, sizeof(ifrk.ifrk_name));
 	error = vf_ifp->if_ioctl(vf_ifp, SIOCGIFRSSKEY, (caddr_t)&ifrk);
 	if (error) {
-		if_printf(ifp, "%s SIOCGRSSKEY failed: %d\n",
+		if_printf(ifp, "%s SIOCGIFRSSKEY failed: %d\n",
 		    vf_ifp->if_xname, error);
 		goto done;
 	}



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