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:
parent
f2d4cc2f5f
commit
81321d0a4f
@ -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[];
|
||||
|
Loading…
Reference in New Issue
Block a user