From: Ira Weiny Date: Fri, 15 Nov 2019 03:06:47 +0000 (-0800) Subject: libnvdimm: Trivial comment fix X-Git-Tag: v5.5-rc1~84^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f4741497c9d5151c6bde0edb6faf34fc3859b80;p=thirdparty%2Fkernel%2Flinux.git libnvdimm: Trivial comment fix Signed-off-by: Ira Weiny Link: https://lore.kernel.org/r/20190918211933.13213-1-ira.weiny@intel.com Signed-off-by: Dan Williams --- diff --git a/include/linux/nd.h b/include/linux/nd.h index f778f962d1b66..55c7359978054 100644 --- a/include/linux/nd.h +++ b/include/linux/nd.h @@ -147,7 +147,7 @@ static inline int nvdimm_read_bytes(struct nd_namespace_common *ndns, /** * nvdimm_write_bytes() - synchronously write bytes to an nvdimm namespace - * @ndns: device to read + * @ndns: device to write * @offset: namespace-relative starting offset * @buf: buffer to drain * @size: transfer length