]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-cli: minor cleanup for submit_io()
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Tue, 29 Jan 2019 07:12:02 +0000 (23:12 -0800)
committerKeith Busch <keith.busch@intel.com>
Tue, 29 Jan 2019 15:49:27 +0000 (08:49 -0700)
commit7964a17569cb5be77fd322521aba4282c0d431c3
tree1a3d53f5b12a8f0aa6192141465137a1ad748862
parent1da8d8ce9000c2e511b958053a10b4c645562219
nvme-cli: minor cleanup for submit_io()

This is a cleanup patch which adds errno based error messages when
write() failure, this also fixes minor typo and removes unnecessary
braces.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
[fixed typo in changelog, minor style code change]
Signed-off-by: Keith Busch <keith.busch@intel.com>
nvme.c