[SCSI] Neaten comments in scsi_cmnd.h
Wrap these two comments at 80 columns Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
@@ -104,10 +104,10 @@ struct scsi_cmnd {
|
|||||||
working on */
|
working on */
|
||||||
|
|
||||||
#define SCSI_SENSE_BUFFERSIZE 96
|
#define SCSI_SENSE_BUFFERSIZE 96
|
||||||
unsigned char sense_buffer[SCSI_SENSE_BUFFERSIZE]; /* obtained by REQUEST SENSE
|
unsigned char sense_buffer[SCSI_SENSE_BUFFERSIZE];
|
||||||
* when CHECK CONDITION is
|
/* obtained by REQUEST SENSE when
|
||||||
* received on original command
|
* CHECK CONDITION is received on original
|
||||||
* (auto-sense) */
|
* command (auto-sense) */
|
||||||
|
|
||||||
/* Low-level done function - can be used by low-level driver to point
|
/* Low-level done function - can be used by low-level driver to point
|
||||||
* to completion function. Not used by mid/upper level code. */
|
* to completion function. Not used by mid/upper level code. */
|
||||||
|
Reference in New Issue
Block a user