Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Jul 2012 05:50:11 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-scsi@FreeBSD.org
Subject:   Re: kern/169497: commit references a PR
Message-ID:  <201207010550.q615oBCg037102@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/169497; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/169497: commit references a PR
Date: Sun,  1 Jul 2012 05:44:36 +0000 (UTC)

 Author: ken
 Date: Sun Jul  1 05:40:33 2012
 New Revision: 237880
 URL: http://svn.freebsd.org/changeset/base/237880
 
 Log:
   MFC 237682:
   
     r237682 | ken | 2012-06-27 21:36:13 -0600 (Wed, 27 Jun 2012) | 6 lines
   
     Fix a typo in a panic() call.
   
   PR:		kern/169497
   Submitted by:	Steven Hartland <steven.hartland@multiplay.co.uk>
 
 Modified:
   stable/8/sys/cam/cam_periph.c
 Directory Properties:
   stable/8/sys/   (props changed)
 
 Modified: stable/8/sys/cam/cam_periph.c
 ==============================================================================
 --- stable/8/sys/cam/cam_periph.c	Sun Jul  1 05:39:49 2012	(r237879)
 +++ stable/8/sys/cam/cam_periph.c	Sun Jul  1 05:40:33 2012	(r237880)
 @@ -268,7 +268,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@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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