Commit 738dc70d authored by Jim Harris's avatar Jim Harris
Browse files

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: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I758da93bfbffc2edb28b7d421b5f061cbd893a39

Reviewed-on: https://review.gerrithub.io/393692


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatar <shuhei.matsumoto.xt@hitachi.com>
parent 683eeb59
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -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);