From fd5213ffe140e911f7ae73b2be5f9117b19b9f10 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 18 Aug 2013 10:03:42 +0000 Subject: [PATCH] scst/src/scst_priv.h: Remove duplicate const since sparse complains about it git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4976 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_priv.h b/scst/src/scst_priv.h index c59d8bd91..0bf5f1170 100644 --- a/scst/src/scst_priv.h +++ b/scst/src/scst_priv.h @@ -288,7 +288,7 @@ static inline void scst_make_deferred_commands_active_locked( return; } -bool scst_inc_expected_sn(const struct scst_cmd const * const cmd); +bool scst_inc_expected_sn(const struct scst_cmd *cmd); int scst_check_hq_cmd(struct scst_cmd *cmd); void scst_unblock_deferred(struct scst_order_data *order_data,