OSDN Git Service

docs: Do not include from drivers/scsi/constants.c
authorJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 20:27:19 +0000 (14:27 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 17 Jul 2017 20:27:19 +0000 (14:27 -0600)
commit5ee5432b045a7e0fb8b72c196ae3d7077c6111eb
treecb839c6e9e30c2648d62b22b5eba566f8ca0715b
parent405d4c5a14ba305444e0c290edb20105499a02e6
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 <corbet@lwn.net>
Documentation/driver-api/scsi.rst