mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 04:31:26 +00:00
fcst: Declare a variable const
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4856 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -418,7 +418,7 @@ static void ft_send_resp_status(struct fc_frame *rx_fp, u32 status,
|
||||
enum fcp_resp_rsp_codes code)
|
||||
{
|
||||
struct fc_frame *fp;
|
||||
struct fc_frame_header *fh;
|
||||
const struct fc_frame_header *fh;
|
||||
size_t len;
|
||||
struct fcp_resp_with_ext *fcp;
|
||||
struct fcp_resp_rsp_info *info;
|
||||
|
||||
Reference in New Issue
Block a user