From: Mauro Carvalho Chehab Date: Mon, 28 Sep 2020 14:54:17 +0000 (+0200) Subject: docs: scsi: target.rst: remove iSCSI transport class kernel-doc markup X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3048ba60070e9ce00ed72b73cdfc1feb2641f8a1;p=linux.git docs: scsi: target.rst: remove iSCSI transport class kernel-doc markup This is already included at scsi.rst. So, remove the duplication, in order to avoid Sphinx warnings. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/driver-api/target.rst b/Documentation/driver-api/target.rst index 620ec6173a931..c70ca25171c02 100644 --- a/Documentation/driver-api/target.rst +++ b/Documentation/driver-api/target.rst @@ -41,18 +41,6 @@ iSCSI boot information .. kernel-doc:: drivers/scsi/iscsi_boot_sysfs.c :export: - -iSCSI transport class -===================== - -The file drivers/scsi/scsi_transport_iscsi.c defines transport -attributes for the iSCSI class, which sends SCSI packets over TCP/IP -connections. - -.. kernel-doc:: drivers/scsi/scsi_transport_iscsi.c - :export: - - iSCSI TCP interfaces ====================