diff options
| author | Bart Van Assche <[email protected]> | 2023-03-22 19:54:58 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2023-03-24 23:19:58 +0000 |
| commit | 4e9e0a51aa31e82a949a4b34b1a8503e57c3932e (patch) | |
| tree | 1c1139a7bfc8c3faf33a99ddd4cf598f8c0233bf /drivers/scsi/pmcraid.c | |
| parent | scsi: pcmcia-pm8001: Declare SCSI host template const (diff) | |
| download | kernel-4e9e0a51aa31e82a949a4b34b1a8503e57c3932e.tar.gz kernel-4e9e0a51aa31e82a949a4b34b1a8503e57c3932e.zip | |
scsi: pmcraid: Declare SCSI host template const
Make it explicit that the SCSI host template is not modified.
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/pmcraid.c')
| -rw-r--r-- | drivers/scsi/pmcraid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index 836ddc476764..23c5230dbed4 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -3611,7 +3611,7 @@ static struct attribute *pmcraid_host_attrs[] = { ATTRIBUTE_GROUPS(pmcraid_host); /* host template structure for pmcraid driver */ -static struct scsi_host_template pmcraid_host_template = { +static const struct scsi_host_template pmcraid_host_template = { .module = THIS_MODULE, .name = PMCRAID_DRIVER_NAME, .queuecommand = pmcraid_queuecommand, |
