kern/169497: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Jun 28 03:40:13 UTC 2012


The following reply was made to PR kern/169497; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/169497: commit references a PR
Date: Thu, 28 Jun 2012 03:36:24 +0000 (UTC)

 Author: ken
 Date: Thu Jun 28 03:36:13 2012
 New Revision: 237682
 URL: http://svn.freebsd.org/changeset/base/237682
 
 Log:
   Fix a typo in a panic() call.
   
   PR:		kern/169497
   Submitted by:	Steven Hartland <steven.hartland at multiplay.co.uk>
   MFC after:	3 days
 
 Modified:
   head/sys/cam/cam_periph.c
 
 Modified: head/sys/cam/cam_periph.c
 ==============================================================================
 --- head/sys/cam/cam_periph.c	Thu Jun 28 03:30:17 2012	(r237681)
 +++ head/sys/cam/cam_periph.c	Thu Jun 28 03:36:13 2012	(r237682)
 @@ -273,7 +273,7 @@ failure:
  		/* No cleanup to perform. */
  		break;
  	default:
 -		panic("cam_periph_alloc: Unkown init level");
 +		panic("%s: Unknown init level", __func__);
  	}
  	return(status);
  }
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-scsi mailing list