On Sep 11, 2007, 11:11 +0300, "Julian Calaby" <[EMAIL PROTECTED]> wrote: > (added CCs - that's what you get for sending emails after 5.) > > On 9/11/07, Boaz Harrosh <[EMAIL PROTECTED]> wrote: >> static int scsi_send_eh_cmnd(struct scsi_cmnd *scmd, unsigned char *cmnd, >> - int cmnd_size, int timeout, int copy_sense) >> + int cmnd_size, int timeout, unsigned >> sense_bytes) > > Shouldn't that be unsigned _int_?
It could but first, "unsigned" and "unsigned int" are the same type and second, this is consistent with *bufflen type which is "unsigned" all over the place. Benny > > Thanks, > > -- > > Julian Calaby > > Email: [EMAIL PROTECTED] > - > To unsubscribe from this list: send the line "unsubscribe linux-scsi" in > the body of a message to [EMAIL PROTECTED] > More majordomo info at http://vger.kernel.org/majordomo-info.html - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html