The location where the macro DRIVER_SENSE is defined has been placed in include/scsi/sg.h in the kernel upstream, but the comment was not updated in time. This patch updates the contents of this comment. Signed-off-by: Enze Li <lienze@xxxxxxxxxx> --- sys-utils/eject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/eject.c b/sys-utils/eject.c index 5cd0beab2..717d9fe5b 100644 --- a/sys-utils/eject.c +++ b/sys-utils/eject.c @@ -55,7 +55,7 @@ #include "monotonic.h" /* - * sg_io_hdr_t driver_status -- see kernel include/scsi/scsi.h + * sg_io_hdr_t driver_status -- see kernel include/scsi/sg.h */ #ifndef DRIVER_SENSE # define DRIVER_SENSE 0x08 -- 2.25.1