svn commit: r356410 - stable/12/sys/dev/hyperv/netvsc

Hans Petter Selasky hselasky at FreeBSD.org
Mon Jan 6 09:50:45 UTC 2020


Author: hselasky
Date: Mon Jan  6 09:50:44 2020
New Revision: 356410
URL: https://svnweb.freebsd.org/changeset/base/356410

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

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

Modified: stable/12/sys/dev/hyperv/netvsc/if_hn.c
==============================================================================
--- stable/12/sys/dev/hyperv/netvsc/if_hn.c	Mon Jan  6 09:49:20 2020	(r356409)
+++ stable/12/sys/dev/hyperv/netvsc/if_hn.c	Mon Jan  6 09:50:44 2020	(r356410)
@@ -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;
 	}


More information about the svn-src-all mailing list