patch-2.3.17 linux/drivers/scsi/sr_vendor.c
Next file: linux/drivers/scsi/st.c
Previous file: linux/drivers/scsi/sr.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sat Sep 4 10:48:46 1999
- Orig file:
v2.3.16/linux/drivers/scsi/sr_vendor.c
- Orig date:
Mon May 10 13:01:21 1999
diff -u --recursive --new-file v2.3.16/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)