patch-2.0.28 linux/drivers/scsi/scsi_ioctl.c

Next file: linux/drivers/scsi/u14-34f.c
Previous file: linux/drivers/scsi/ncr53c8xx.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.27/linux/drivers/scsi/scsi_ioctl.c linux/drivers/scsi/scsi_ioctl.c
@@ -186,11 +186,12 @@
     /*
      * The structure that we are passed should look like:
      *
-     * struct sdata{
+     * struct sdata {
      *	unsigned int inlen;
      *	unsigned int outlen;
      *	unsigned char  cmd[];  # However many bytes are used for cmd.
      *	unsigned char  data[];
+     * };
      */
     inlen = get_user((unsigned int *) buffer);
     outlen = get_user( ((unsigned int *) buffer) + 1);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov