Commit dceb7d6f authored by Jim Harris's avatar Jim Harris Committed by Changpeng Liu
Browse files

bdev/raid: fix typo

parent 1b667cf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ spdk_rpc_construct_raid_bdev(struct spdk_jsonrpc_request *request,
		free_rpc_construct_raid_bdev(&req);
		return;
	} else if (req.strip_size > 0 && req.strip_size_kb == 0) {
		SPDK_ERRLOG("the rpc param strip_size is depretaced.");
		SPDK_ERRLOG("the rpc param strip_size is deprecated.\n");
		req.strip_size_kb = req.strip_size;
	}