From 00a51646d03bc8d2459d2fa7b86440767251ad74 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Tue, 29 May 2018 17:50:30 -0700 Subject: [PATCH] nvme: remove stray backslash in comment Change-Id: Ie12f9fe4100abc3a3cdb3dbf0a2ef49a500a04ae Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/412878 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Shuhei Matsumoto --- include/spdk/nvme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdk/nvme.h b/include/spdk/nvme.h index f384fed30..d020d5ec2 100644 --- a/include/spdk/nvme.h +++ b/include/spdk/nvme.h @@ -811,7 +811,7 @@ int spdk_nvme_ctrlr_cmd_get_log_page(struct spdk_nvme_ctrlr *ctrlr, * For admin commands, pass NULL for the qpair. * \param cid Command ID of the command to abort. * \param cb_fn Callback function to invoke when the abort has completed. - * \param cb_arg Argument to pass to the callback function.\ + * \param cb_arg Argument to pass to the callback function. * * \return 0 if successfully submitted, negated errno value otherwise. *