Some small type and variable name changes.

This commit is contained in:
rocky
2005-07-23 22:24:04 +00:00
parent 342d42412a
commit 7e64f29d05
3 changed files with 26 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: freebsd_cam.c,v 1.9 2005/05/08 10:10:18 rocky Exp $
$Id: freebsd_cam.c,v 1.10 2005/07/23 22:24:04 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -26,7 +26,7 @@
# include "config.h"
#endif
static const char _rcsid[] = "$Id: freebsd_cam.c,v 1.9 2005/05/08 10:10:18 rocky Exp $";
static const char _rcsid[] = "$Id: freebsd_cam.c,v 1.10 2005/07/23 22:24:04 rocky Exp $";
#ifdef HAVE_FREEBSD_CDROM
@@ -222,9 +222,10 @@ read_mode2_sectors_freebsd_cam (_img_private_t *p_env, void *p_buf,
}
/*!
* Eject using SCSI MMC commands. Return 0 if successful.
Eject media in CD-ROM drive. Return DRIVER_OP_SUCCESS if successful,
DRIVER_OP_ERROR on error.
*/
int
driver_return_code_t
eject_media_freebsd_cam (_img_private_t *p_env)
{
int i_status;