diff --git a/scripts/check_format.sh b/scripts/check_format.sh index 9d25f3c90..a9e598136 100755 --- a/scripts/check_format.sh +++ b/scripts/check_format.sh @@ -575,7 +575,7 @@ function check_json_rpc() { echo "Missing JSON-RPC documentation for ${rpc}" rc=1 fi - done < <(git grep -h "^SPDK_RPC_REGISTER(" ':!test/*') + done < <(git grep -h "^SPDK_RPC_REGISTER\(" ':!test/*') return $rc }