Author: hselasky
Date: Mon Jan  6 09:51:54 2020
New Revision: 356412
URL: https://svnweb.freebsd.org/changeset/base/356412

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

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

Modified: stable/10/sys/dev/hyperv/netvsc/if_hn.c
==============================================================================
--- stable/10/sys/dev/hyperv/netvsc/if_hn.c     Mon Jan  6 09:51:22 2020        
(r356411)
+++ stable/10/sys/dev/hyperv/netvsc/if_hn.c     Mon Jan  6 09:51:54 2020        
(r356412)
@@ -1502,7 +1502,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;
        }
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to