svn commit: r316080 - head/lib/libcam

Ngie Cooper ngie at FreeBSD.org
Tue Mar 28 08:19:53 UTC 2017


Author: ngie
Date: Tue Mar 28 08:19:51 2017
New Revision: 316080
URL: https://svnweb.freebsd.org/changeset/base/316080

Log:
  Fix some localized style(9) issues and reword CAM_ERRBUF_SIZE description
  
  The CAM_ERRBUF_SIZE description rewording fixes a typo by proxy.
  
  MFC after:	3 days
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libcam/camlib.h

Modified: head/lib/libcam/camlib.h
==============================================================================
--- head/lib/libcam/camlib.h	Tue Mar 28 07:58:27 2017	(r316079)
+++ head/lib/libcam/camlib.h	Tue Mar 28 08:19:51 2017	(r316080)
@@ -70,13 +70,13 @@
 #include <cam/cam.h>
 #include <cam/cam_ccb.h>
 
-#define CAM_ERRBUF_SIZE 2048	/* sizeof the CAM libarary error string  */
+#define	CAM_ERRBUF_SIZE 2048	/* CAM library error string size */
 
 /*
  * Right now we hard code the transport layer device, but this will change
  * if we ever get more than one transport layer.
  */
-#define XPT_DEVICE	"/dev/xpt0"
+#define	XPT_DEVICE	"/dev/xpt0"
 
 
 extern char cam_errbuf[];


More information about the svn-src-head mailing list