From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbusch@kernel.org (Keith Busch) Date: Thu, 16 May 2019 10:45:38 -0600 Subject: [PATCH] nvme-cli: add kernel-doc comment for struct telemetry_log_page_hdr In-Reply-To: <1558024828-9356-1-git-send-email-akinobu.mita@gmail.com> References: <1558024828-9356-1-git-send-email-akinobu.mita@gmail.com> Message-ID: <20190516164538.GE23416@localhost.localdomain> On Fri, May 17, 2019@01:40:28AM +0900, Akinobu Mita wrote: > This adds the kernel-doc data structure comment for struct > telemetry_log_page_hdr. > > This also replaces spaces with tabs to align the structure fields. Applied, thank you.