diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-26 05:25:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-07-26 05:25:24 +0000 |
commit | acf73199fa227b97217238334236af367c8ab2d7 (patch) | |
tree | b6812bd6cbe6b977884ec94def20de59555983d5 /src/nvme/linux.h | |
parent | Adding upstream version 1.0. (diff) | |
download | libnvme-acf73199fa227b97217238334236af367c8ab2d7.tar.xz libnvme-acf73199fa227b97217238334236af367c8ab2d7.zip |
Adding upstream version 1.1~rc0.upstream/1.1_rc0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/nvme/linux.h')
-rw-r--r-- | src/nvme/linux.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nvme/linux.h b/src/nvme/linux.h index 6223c0a..8a6d426 100644 --- a/src/nvme/linux.h +++ b/src/nvme/linux.h @@ -25,7 +25,7 @@ * @fd: File descriptor of nvme device * @size: Total size of the firmware image to transfer * @xfer: Maximum size to send with each partial transfer - * @offset: Starting offset to send with this firmware downlaod + * @offset: Starting offset to send with this firmware download * @buf: Address of buffer containing all or part of the firmware image. * * Return: The nvme command status if a response was received (see @@ -109,7 +109,7 @@ int nvme_get_new_host_telemetry(int fd, struct nvme_telemetry_log **log, int nvme_get_log_page(int fd, __u32 xfer_len, struct nvme_get_log_args *args); /** - * nvme_get_ana_log_len() - Retreive size of the current ANA log + * nvme_get_ana_log_len() - Retrieve size of the current ANA log * @fd: File descriptor of nvme device * @analen: Pointer to where the length will be set on success * @@ -130,11 +130,11 @@ int nvme_get_ana_log_len(int fd, size_t *analen); int nvme_get_logical_block_size(int fd, __u32 nsid, int *blksize); /** - * nvme_get_lba_status_log() - Retreive the LBA Status log page + * nvme_get_lba_status_log() - Retrieve the LBA Status log page * @fd: File descriptor of the nvme device * @rae: Retain asynchronous events - * @log: On success, set to the value of the allocated and retreived log. - * + * @log: On success, set to the value of the allocated and retrieved log. + * * Return: The nvme command status if a response was received (see * &enum nvme_status_field) or -1 with errno set otherwise. */ |