From 812c33d4030493ff03ada095d577cfe84547e67f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 13 Aug 2013 18:34:43 +0000 Subject: [PATCH] fcst: Update ft_send_resp_code() function header git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4954 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 3c0a73a9c..a5855d9dd 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -468,7 +468,7 @@ out: /* * Send error or task management response. - * Always frees the fcmd and associated state. + * Always frees the cmd and associated state. */ static void ft_send_resp_code(struct ft_cmd *fcmd, enum fcp_resp_rsp_codes code) {