From 738dc70dc1914535d6148c8fd20f222cc63ae846 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Thu, 4 Jan 2018 11:53:33 -0700 Subject: [PATCH] scsi: remove description for spdk_scsi_lun The existing description was written long ago and is not even close to being valid now. Signed-off-by: Jim Harris Change-Id: I758da93bfbffc2edb28b7d421b5f061cbd893a39 Reviewed-on: https://review.gerrithub.io/393692 Tested-by: SPDK Automated Test System Reviewed-by: Daniel Verkamp Reviewed-by: Ben Walker Reviewed-by: Changpeng Liu Reviewed-by: --- include/spdk/scsi.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/spdk/scsi.h b/include/spdk/scsi.h index 46ae988fd0..df8d2d6ed6 100644 --- a/include/spdk/scsi.h +++ b/include/spdk/scsi.h @@ -147,18 +147,7 @@ struct spdk_scsi_task { }; struct spdk_scsi_port; - struct spdk_scsi_dev; - -/** - * \brief Represents a SCSI LUN. - * - * LUN modules will implement the function pointers specifically for the LUN - * type. For example, NVMe LUNs will implement scsi_execute to translate - * the SCSI task to an NVMe command and post it to the NVMe controller. - * malloc LUNs will implement scsi_execute to translate the SCSI task and - * copy the task's data into or out of the allocated memory buffer. - */ struct spdk_scsi_lun; int spdk_scsi_init(void);