Reformat the comments to make them easy to read in 80 columns.

Signed-off-by: Matthew Wilcox <[EMAIL PROTECTED]>

Index: ./include/scsi/scsi_cmnd.h
===================================================================
RCS file: /var/lib/cvs/linux-2.6/include/scsi/scsi_cmnd.h,v
retrieving revision 1.6
diff -u -p -r1.6 scsi_cmnd.h
--- ./include/scsi/scsi_cmnd.h  18 Mar 2005 13:17:53 -0000      1.6
+++ ./include/scsi/scsi_cmnd.h  18 Mar 2005 13:21:29 -0000
@@ -114,10 +114,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. */
@@ -130,12 +130,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 */
 
-
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

Reply via email to