Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2013 15:54:46 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 227562 for review
Message-ID:  <201304101554.r3AFskRK010785@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@227562?ac=10

Change 227562 by brooks@brooks_zenith on 2013/04/10 15:53:53

	Wrap an overly long line.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/usr.sbin/devinfo/devinfo.c#4 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/usr.sbin/devinfo/devinfo.c#4 (text+ko) ====

@@ -116,7 +116,8 @@
 	if (devinfo_foreach_rman_resource(rman,
 	    print_device_matching_resource, ia) != 0) {
 		/* XXX: Resources should have types... */
-		if(iflag && !rflag && strncmp("Interrupt", rman->dm_desc, 9) != 0)
+		if (iflag && !rflag &&
+		    strncmp("Interrupt", rman->dm_desc, 9) != 0)
 			goto skip;
 
 		/* there are, print header */



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