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
This commit is contained in:
Enji Cooper 2017-03-28 08:19:51 +00:00
parent f2d4cc2f5f
commit 81321d0a4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316080

View File

@ -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[];