From 28a43fc626b8dbe51270f8cf40a39c9ba714e70f Mon Sep 17 00:00:00 2001 From: Enze Li Date: Wed, 20 Apr 2022 17:37:01 +0800 Subject: [PATCH] eject: update file provenance of DRIVER_SENSE in the comments 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 --- 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 5cd0beab2a..717d9fe5b8 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.47.2