svn commit: r242390 - head/sys/mips/cavium/octe

Juli Mallett jmallett at FreeBSD.org
Wed Oct 31 04:44:32 UTC 2012


Author: jmallett
Date: Wed Oct 31 04:44:32 2012
New Revision: 242390
URL: http://svn.freebsd.org/changeset/base/242390

Log:
  Fix longstanding misprint.

Modified:
  head/sys/mips/cavium/octe/ethernet-rx.c

Modified: head/sys/mips/cavium/octe/ethernet-rx.c
==============================================================================
--- head/sys/mips/cavium/octe/ethernet-rx.c	Wed Oct 31 04:23:36 2012	(r242389)
+++ head/sys/mips/cavium/octe/ethernet-rx.c	Wed Oct 31 04:44:32 2012	(r242390)
@@ -317,7 +317,7 @@ void cvm_oct_tasklet_rx(void *context, i
 		} else {
 			/* Drop any packet received for a device that
 			   doesn't exist */
-			DEBUGPRINT("Port %d not controlled by Linux, packet dropped\n", work->word1.cn38xx.ipprt);
+			DEBUGPRINT("Port %d not controlled by FreeBSD, packet dropped\n", work->word1.cn38xx.ipprt);
 			m_freem(m);
 		}
 


More information about the svn-src-all mailing list