patch-2.2.16 linux/drivers/scsi/sr_vendor.c
Next file: linux/drivers/scsi/sym53c8xx_defs.h
Previous file: linux/drivers/scsi/sr_ioctl.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Wed Jun 7 14:26:43 2000
- Orig file:
v2.2.15/linux/drivers/scsi/sr_vendor.c
- Orig date:
Tue Jan 4 10:12:21 2000
diff -urN v2.2.15/linux/drivers/scsi/sr_vendor.c linux/drivers/scsi/sr_vendor.c
@@ -60,8 +60,7 @@
#define VENDOR_ID (scsi_CDs[minor].vendor)
-void
-sr_vendor_init(int minor)
+void sr_vendor_init(int minor)
{
#ifndef CONFIG_BLK_DEV_SR_VENDOR
VENDOR_ID = VENDOR_SCSI3;
@@ -104,8 +103,7 @@
/* small handy function for switching block length using MODE SELECT,
* used by sr_read_sector() */
-int
-sr_set_blocklength(int minor, int blocklength)
+int sr_set_blocklength(int minor, int blocklength)
{
unsigned char *buffer; /* the buffer for the ioctl */
unsigned char cmd[12]; /* the scsi-command */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)