Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22518
b: refs/heads/master
c: c67a848
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and unknown committed Feb 28, 2006
1 parent 5a09376 commit 81e55a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24669f75a3231fa37444977c92d1f4838bec1233
refs/heads/master: c67a848c3587296fe9794c95d1be7109c4c85461
20 changes: 10 additions & 10 deletions trunk/include/scsi/scsi_cmnd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand All @@ -120,12 +120,12 @@ struct scsi_cmnd {
struct scsi_pointer SCp; /* Scratchpad used by some host adapters */

unsigned char *host_scribble; /* The host adapter is allowed to
* call scsi_malloc and get some memory
* and hang it here. The host adapter
* is also expected to call scsi_free
* to release this memory. (The memory
* obtained by scsi_malloc is guaranteed
* to be at an address < 16Mb). */
* call scsi_malloc and get some memory
* and hang it here. The host adapter
* is also expected to call scsi_free
* to release this memory. (The memory
* obtained by scsi_malloc is guaranteed
* to be at an address < 16Mb). */

int result; /* Status code from lower level driver */

Expand Down

0 comments on commit 81e55a8

Please sign in to comment.