]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
nvme-cli: cleanup comments for telemetry log structure
authorAkinobu Mita <akinobu.mita@gmail.com>
Thu, 9 May 2019 15:43:17 +0000 (00:43 +0900)
committerKeith Busch <keith.busch@intel.com>
Thu, 9 May 2019 16:35:45 +0000 (10:35 -0600)
commite6ce32f86fc072aeb5d92b8cb38ac1abb47dd96f
tree28bca3d42fbedc28bcd6c0c750a5a31d72b08939
parenta3b7817fc0fed42697f48af749947042021cc66f
nvme-cli: cleanup comments for telemetry log structure

This removes three comments for struct nvme_telemetry_log_page_hdr.

- The comment on top of the definision doesn't describe more than the
  struct name itself.

- The rsvd1 field has already been verified.

- The structures with trailing zero size array are commonly used in
  nvme-cli, so we don't need special comment for telemetry_dataarea[0].

Cc: Keith Busch <keith.busch@intel.com>
Cc: Jens Axboe <axboe@fb.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Sagi Grimberg <sagi@grimberg.me>
Cc: Kenneth Heitke <kenneth.heitke@intel.com>
Suggested-by: Kenneth Heitke <kenneth.heitke@intel.com>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
linux/nvme.h