svn commit: r208543 - head/sys/dev/isp

Matt Jacob mjacob at FreeBSD.org
Tue May 25 16:50:35 UTC 2010


Author: mjacob
Date: Tue May 25 16:50:35 2010
New Revision: 208543
URL: http://svn.freebsd.org/changeset/base/208543

Log:
  Remove extra break left by hand editing.
  
  X-MFC: 208542
  MFC after:	One Month

Modified:
  head/sys/dev/isp/isp_freebsd.c

Modified: head/sys/dev/isp/isp_freebsd.c
==============================================================================
--- head/sys/dev/isp/isp_freebsd.c	Tue May 25 16:46:29 2010	(r208542)
+++ head/sys/dev/isp/isp_freebsd.c	Tue May 25 16:50:35 2010	(r208543)
@@ -2632,7 +2632,6 @@ isp_handle_platform_notify_24xx(ispsoftc
 			}
 			isp_add_wwn_entry(isp, chan, wwn, nphdl, portid);
 			break;
-			break;
 		case PDISC:
 			msg = "PDISC";
 			break;


More information about the svn-src-all mailing list