Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 15:21:42 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356556 - head/sys/cam/scsi
Message-ID:  <202001091521.009FLg8R067118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd (ports committer)
Date: Thu Jan  9 15:21:42 2020
New Revision: 356556
URL: https://svnweb.freebsd.org/changeset/base/356556

Log:
  Fix typo: MANGAEMENT_PROTOCOL_OUT -> MANAGEMENT_PROTOCOL_OUT.
  
  Approved by:	allanjude

Modified:
  head/sys/cam/scsi/scsi_all.h

Modified: head/sys/cam/scsi/scsi_all.h
==============================================================================
--- head/sys/cam/scsi/scsi_all.h	Thu Jan  9 15:02:48 2020	(r356555)
+++ head/sys/cam/scsi/scsi_all.h	Thu Jan  9 15:21:42 2020	(r356556)
@@ -2142,7 +2142,7 @@ struct ata_pass_32 {
 #define	CHANGE_ALIASES				0x0B
 #define	SET_PRIORITY				0x0E
 #define	SET_TIMESTAMP				0x0F
-#define	MANGAEMENT_PROTOCOL_OUT			0x10
+#define	MANAGEMENT_PROTOCOL_OUT			0x10
 
 /*
  * Device Types



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