svn commit: r209329 - head/sys/dev/agp

Brian Somers brian at FreeBSD.org
Sat Jun 19 08:42:29 UTC 2010


Author: brian
Date: Sat Jun 19 08:42:29 2010
New Revision: 209329
URL: http://svn.freebsd.org/changeset/base/209329

Log:
  Add a missing linefeed
  
  PR:		147337
  Submitted by:	cyberleo at cyberleo dot net
  MFC after:	1 week

Modified:
  head/sys/dev/agp/agp_nvidia.c

Modified: head/sys/dev/agp/agp_nvidia.c
==============================================================================
--- head/sys/dev/agp/agp_nvidia.c	Sat Jun 19 08:36:12 2010	(r209328)
+++ head/sys/dev/agp/agp_nvidia.c	Sat Jun 19 08:42:29 2010	(r209329)
@@ -282,7 +282,7 @@ agp_nvidia_get_aperture(device_t dev)
 	case 14: return (64 * 1024 * 1024); break;
 	case 15: return (32 * 1024 * 1024); break;
 	default:
-		device_printf(dev, "Invalid aperture setting 0x%x",
+		device_printf(dev, "Invalid aperture setting 0x%x\n",
 		    pci_read_config(dev, AGP_NVIDIA_0_APSIZE, 1));
 		return 0;
 	}


More information about the svn-src-head mailing list