From: Andy Grover Date: Tue, 3 Apr 2012 22:51:21 +0000 (-0700) Subject: target: rewrite comment for generic_new_cmd X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b16a35b050e70c8376250b563785e3038c4b6393;p=linux-beck.git target: rewrite comment for generic_new_cmd Signed-off-by: Andy Grover Signed-off-by: Nicholas Bellinger --- 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) } /* - * Allocate any required ressources to execute the command, and either place - * it on the execution queue if possible. For writes we might not have the - * payload yet, thus notify the fabric via a call to ->write_pending instead. + * Allocate any required resources to execute the command. For writes we + * might not have the payload yet, so notify the fabric via a call to + * ->write_pending instead. Otherwise place it on the execution queue. */ int transport_generic_new_cmd(struct se_cmd *cmd) {