linux/drivers/scsi/aacraid
Bart Van Assche 0ea163a18b scsi: usb: Rename the RESERVE and RELEASE constants
The names RESERVE and RELEASE are not only used in <scsi/scsi_proto.h> but
also elsewhere in the kernel:

$ git grep -nHE 'define[[:blank:]]*(RESERVE|RELEASE)[[:blank:]]'
drivers/input/joystick/walkera0701.c:13:#define RESERVE 20000
drivers/s390/char/tape_std.h:56:#define RELEASE			0xD4	/* 3420 NOP, 3480 REJECT */
drivers/s390/char/tape_std.h:58:#define RESERVE			0xF4	/* 3420 NOP, 3480 REJECT */

Additionally, while the names of the symbolic constants RESERVE_10 and
RELEASE_10 include the command length, the command length is not included
in the RESERVE and RELEASE names. Address both issues by renaming the
RESERVE and RELEASE constants into RESERVE_6 and RELEASE_6 respectively.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20250210205031.2970833-1-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2025-02-12 22:20:55 -05:00
..
Makefile
aachba.c scsi: usb: Rename the RESERVE and RELEASE constants 2025-02-12 22:20:55 -05:00
aacraid.h scsi: aacraid: Remove unused aac_check_health() 2024-10-03 22:00:08 -04:00
commctrl.c scsi: aacraid: struct {user,}sgmap{,64,raw}: Replace 1-element arrays with flexible arrays 2024-08-02 21:38:08 -04:00
comminit.c SCSI misc on 20240919 2024-09-19 11:28:51 +02:00
commsup.c scsi: aacraid: Remove unused aac_check_health() 2024-10-03 22:00:08 -04:00
dpcsup.c
linit.c scsi: Constify struct pci_error_handlers 2025-02-03 17:35:58 -05:00
nark.c
rkt.c
rx.c
sa.c
src.c scsi: aacraid: union aac_init: Replace 1-element array with flexible array 2024-08-02 21:28:25 -04:00