diff options
author | Ira Weiny <ira.weiny@intel.com> | 2019-11-15 06:06:47 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2019-11-15 06:06:47 +0300 |
commit | 2f4741497c9d5151c6bde0edb6faf34fc3859b80 (patch) | |
tree | 7d093dfe85f38190a649abeaa9e6c9c36bd85c11 /include/linux/nd.h | |
parent | ab84b77afc95fc038d71aba80aa4440bcbd67663 (diff) | |
download | linux-2f4741497c9d5151c6bde0edb6faf34fc3859b80.tar.xz |
libnvdimm: Trivial comment fix
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Link: https://lore.kernel.org/r/20190918211933.13213-1-ira.weiny@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/linux/nd.h')
-rw-r--r-- | include/linux/nd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nd.h b/include/linux/nd.h index f778f962d1b6..55c735997805 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 |