Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-2.6-block.git] / drivers / scsi / bfa / include / protocol / ct.h
index 79d16a9ab2810b87a664ab66b1d16c2ff553707a..b82540a230c4bb780dce027850a49f72c589408d 100644 (file)
@@ -193,11 +193,11 @@ struct fcgs_rftid_req_s {
 #define FC_GS_FCP_FC4_FEATURE_TARGET    0x01
 
 struct fcgs_rffid_req_s{
-    u32    rsvd          :8;
-    u32    dap           :24;          /* port identifier      */
-    u32    rsvd1         :16;
-    u32    fc4ftr_bits   :8;           /* fc4 feature bits     */
-    u32    fc4_type      :8;           /* corresponding FC4 Type */
+    u32    rsvd:8;
+    u32    dap:24;             /* port identifier      */
+    u32    rsvd1:16;
+    u32    fc4ftr_bits:8;      /* fc4 feature bits     */
+    u32    fc4_type:8; /* corresponding FC4 Type */
 };
 
 /**