Module Name: src Committed By: dyoung Date: Sun Jan 31 18:12:51 UTC 2010
Modified Files: src/sys/dev/ic: rtw.c Log Message: Add the missing newline to a verbose autoconf message. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/dev/ic/rtw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/rtw.c diff -u src/sys/dev/ic/rtw.c:1.112 src/sys/dev/ic/rtw.c:1.113 --- src/sys/dev/ic/rtw.c:1.112 Tue Jan 19 22:06:25 2010 +++ src/sys/dev/ic/rtw.c Sun Jan 31 18:12:51 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: rtw.c,v 1.112 2010/01/19 22:06:25 pooka Exp $ */ +/* $NetBSD: rtw.c,v 1.113 2010/01/31 18:12:51 dyoung Exp $ */ /*- * Copyright (c) 2004, 2005, 2006, 2007 David Young. All rights * reserved. @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.112 2010/01/19 22:06:25 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rtw.c,v 1.113 2010/01/31 18:12:51 dyoung Exp $"); #include <sys/param.h> @@ -846,7 +846,7 @@ rtw_srom_defaults(sr, flags, cs_threshold, rfchipid, rcr); return 0; } else { - aprint_verbose_dev(dev, "SROM version %d.%d", + aprint_verbose_dev(dev, "SROM version %d.%d\n", srom_version >> 8, srom_version & 0xff); }