From c555196073d9d64c107456246d6a1ea435c70d19 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 13 Aug 2013 18:33:51 +0000 Subject: [PATCH] fcst: Update ft_send_response() comment header git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4952 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index c7b77370e..2a017d1d2 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -201,7 +201,7 @@ void ft_cmd_free(struct scst_cmd *cmd) } /* - * Send response, after data if applicable. + * Send response. */ int ft_send_response(struct scst_cmd *cmd) {