Module Name:    src
Committed By:   mlelstv
Date:           Thu Dec 22 11:19:21 UTC 2016

Modified Files:
        src/sys/dev/scsipi: scsipi_base.c

Log Message:
fix comment. request_sense is called unlocked.


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/dev/scsipi/scsipi_base.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/scsipi/scsipi_base.c
diff -u src/sys/dev/scsipi/scsipi_base.c:1.174 src/sys/dev/scsipi/scsipi_base.c:1.175
--- src/sys/dev/scsipi/scsipi_base.c:1.174	Sun Dec 18 15:32:36 2016
+++ src/sys/dev/scsipi/scsipi_base.c	Thu Dec 22 11:19:21 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: scsipi_base.c,v 1.174 2016/12/18 15:32:36 skrll Exp $	*/
+/*	$NetBSD: scsipi_base.c,v 1.175 2016/12/22 11:19:21 mlelstv Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2002, 2003, 2004 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.174 2016/12/18 15:32:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scsipi_base.c,v 1.175 2016/12/22 11:19:21 mlelstv Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_scsi.h"
@@ -1719,7 +1719,7 @@ scsipi_complete(struct scsipi_xfer *xs)
 /*
  * Issue a request sense for the given scsipi_xfer. Called when the xfer
  * returns with a CHECK_CONDITION status. Must be called in valid thread
- * context and with channel lock held.
+ * context.
  */
 
 static void

Reply via email to