Commit c67a848c authored by Matthew Wilcox's avatar Matthew Wilcox Committed by
Browse files

[SCSI] Neaten comments in scsi_cmnd.h



Wrap these two comments at 80 columns

Signed-off-by: default avatarMatthew Wilcox <matthew@wil.cx>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 24669f75
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -104,10 +104,10 @@ struct scsi_cmnd {
				   	   working on */

#define SCSI_SENSE_BUFFERSIZE 	96
	unsigned char sense_buffer[SCSI_SENSE_BUFFERSIZE];		/* obtained by REQUEST SENSE
						 * when CHECK CONDITION is
						 * received on original command 
						 * (auto-sense) */
	unsigned char sense_buffer[SCSI_SENSE_BUFFERSIZE];
				/* obtained by REQUEST SENSE when
				 * CHECK CONDITION is received on original
				 * command (auto-sense) */

	/* Low-level done function - can be used by low-level driver to point
	 *        to completion function.  Not used by mid/upper level code. */