aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-04-03 18:51:21 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2012-04-14 20:40:36 -0400
commitb16a35b050e70c8376250b563785e3038c4b6393 (patch)
tree9985d1ce229d39fbe4ccd3539a093d0b59aa17b1 /drivers/target
parenta12f41f8412ff57057906ebbe146fda37db158ac (diff)
target: rewrite comment for generic_new_cmd
Signed-off-by: Andy Grover <agrover@redhat.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target')
-rw-r--r--drivers/target/target_core_transport.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/target/target_core_transport.c b/drivers/target/target_core_transport.c
index 61e85d8546a7..a66f81a7d490 100644
--- a/drivers/target/target_core_transport.c
+++ b/drivers/target/target_core_transport.c
@@ -3766,9 +3766,9 @@ transport_allocate_control_task(struct se_cmd *cmd)
3766} 3766}
3767 3767
3768/* 3768/*
3769 * Allocate any required ressources to execute the command, and either place 3769 * Allocate any required resources to execute the command. For writes we
3770 * it on the execution queue if possible. For writes we might not have the 3770 * might not have the payload yet, so notify the fabric via a call to
3771 * payload yet, thus notify the fabric via a call to ->write_pending instead. 3771 * ->write_pending instead. Otherwise place it on the execution queue.
3772 */ 3772 */
3773int transport_generic_new_cmd(struct se_cmd *cmd) 3773int transport_generic_new_cmd(struct se_cmd *cmd)
3774{ 3774{