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

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)