From 8b3dd9581542820bd64e20b46a8a387d921eca4e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Nov 2018 04:20:17 +0000 Subject: [PATCH] fcst: Suppress kernel-doc warnings git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7557 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/ft_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index 429e5e33c..ed0d018c5 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -169,7 +169,7 @@ static void ft_cmd_tm_dump(struct scst_mgmt_cmd *mcmd, const char *caller) ft_cmd_dump(mcmd->cmd_to_abort, caller); } -/** +/* * ft_set_cmd_state() - set the state of a command */ static enum ft_cmd_state ft_set_cmd_state(struct ft_cmd *fcmd, @@ -186,7 +186,7 @@ static enum ft_cmd_state ft_set_cmd_state(struct ft_cmd *fcmd, return previous; } -/** +/* * ft_test_and_set_cmd_state() - test and set the state of a command * * Returns true if and only if the previous command state was equal to 'old'.