From: Jonathan Corbet Date: Mon, 17 Jul 2017 20:27:19 +0000 (-0600) Subject: docs: Do not include from drivers/scsi/constants.c X-Git-Tag: v4.14-rc1~176^2~26^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ee5432b045a7e0fb8b72c196ae3d7077c6111eb;p=platform%2Fkernel%2Flinux-rpi.git docs: Do not include from drivers/scsi/constants.c The only function of interest in that file was scsi_print_status(). That function was removed in commit 7ac7076344d9 (scsi: remove scsi_print_status()) but the docs were not changed to match, yielding this warning: ./drivers/scsi/constants.c:1: warning: no structured comments found There's nothing there anymore, so just remove that section from the docs. Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/driver-api/scsi.rst b/Documentation/driver-api/scsi.rst index 859fb67..5a2aa7a 100644 --- a/Documentation/driver-api/scsi.rst +++ b/Documentation/driver-api/scsi.rst @@ -224,14 +224,6 @@ mid to lowlevel SCSI driver interface .. kernel-doc:: drivers/scsi/hosts.c :export: -drivers/scsi/constants.c -~~~~~~~~~~~~~~~~~~~~~~~~ - -mid to lowlevel SCSI driver interface - -.. kernel-doc:: drivers/scsi/constants.c - :export: - Transport classes -----------------