posix clocks: Replace mutex with reader/writer semaphore
[pandora-kernel.git] / include / target / target_core_fabric_ops.h
index f3ac12b..dc78f77 100644 (file)
@@ -8,7 +8,7 @@ struct target_core_fabric_ops {
         * for scatterlist chaining using transport_do_task_sg_link(),
         * disabled by default
         */
-       int task_sg_chaining:1;
+       bool task_sg_chaining;
        char *(*get_fabric_name)(void);
        u8 (*get_fabric_proto_ident)(struct se_portal_group *);
        char *(*tpg_get_wwn)(struct se_portal_group *);
@@ -35,7 +35,7 @@ struct target_core_fabric_ops {
        /*
         * Optional function pointer for TCM to perform command map
         * from TCM processing thread context, for those struct se_cmd
-        * initally allocated in interrupt context.
+        * initially allocated in interrupt context.
         */
        int (*new_cmd_map)(struct se_cmd *);
        /*