Skip to content

Commit

Permalink
scsi: scsi_debug: Update documentation url and bump version
Browse files Browse the repository at this point in the history
This driver maintains a version number which is cross-referenced in the
documentation (e.g. to indicate when features are added or changed) and
exposed through the responses to various SCSI commands. For example the
version number is use as the Product Revision number in standard SCSI
INQUIRY responses issued by this driver. The version date string is placed
in a vendor specific area in each standard SCSI INQUIRY response. This
patch bumps both.

Update the driver documentation URL that appears at the top of the driver
source file.

Link: https://lore.kernel.org/r/20200712182927.72044-3-dgilbert@interlog.com
Signed-off-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
doug-gilbert authored and martinkpetersen committed Jul 14, 2020
1 parent 3a90a63 commit 30f6748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/scsi/scsi_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* Copyright (C) 2001 - 2020 Douglas Gilbert
*
* For documentation see http://sg.danny.cz/sg/sdebug26.html
* For documentation see http://sg.danny.cz/sg/scsi_debug.html
*/


Expand Down Expand Up @@ -60,8 +60,8 @@
#include "scsi_logging.h"

/* make sure inq_product_rev string corresponds to this version */
#define SDEBUG_VERSION "0189" /* format to fit INQUIRY revision field */
static const char *sdebug_version_date = "20200421";
#define SDEBUG_VERSION "0190" /* format to fit INQUIRY revision field */
static const char *sdebug_version_date = "20200710";

#define MY_NAME "scsi_debug"

Expand Down

0 comments on commit 30f6748

Please sign in to comment.