Skip to content

Commit fa7312c

Browse files
committed
linux: add blank line before function declaration
Also delete unnecessary blank line before #endif. Signed-off-by: Tokunori Ikegami <[email protected]>
1 parent 078c6c3 commit fa7312c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvme/linux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ unsigned char *nvme_import_tls_key_versioned(const char *encoded_key,
474474
unsigned char *version,
475475
unsigned char *hmac,
476476
size_t *key_len);
477+
477478
/**
478479
* nvme_submit_passthru - Low level ioctl wrapper for passthru commands
479480
* @fd: File descriptor of the nvme device
@@ -508,5 +509,4 @@ __attribute__((weak))
508509
int nvme_submit_passthru64(int fd, unsigned long ioctl_cmd,
509510
struct nvme_passthru_cmd64 *cmd,
510511
__u64 *result);
511-
512512
#endif /* _LIBNVME_LINUX_H */

0 commit comments

Comments
 (0)