Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2010 08:42:29 +0000 (UTC)
From:      Brian Somers <brian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209329 - head/sys/dev/agp
Message-ID:  <201006190842.o5J8gTPn026684@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006190842.o5J8gTPn026684>