diff options
| author | Hugo Villeneuve <hvilleneuve@dimonoff.com> | 2026-04-17 23:07:31 +0300 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2026-04-21 05:33:19 +0300 |
| commit | 1dc39ed655750d6c679d3ada4adf4a937f2a63fc (patch) | |
| tree | c14820568e4ea9ce7fc65a2629e6806e1258f264 | |
| parent | 68c3a65a5a8e85643745fdde02cb63904e165620 (diff) | |
| download | linux-1dc39ed655750d6c679d3ada4adf4a937f2a63fc.tar.xz | |
scsi: pmcraid: Fix typo in comments
Fix typo in structure comment.
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://patch.msgid.link/20260417200738.3920001-1-hugo@hugovil.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
| -rw-r--r-- | drivers/scsi/pmcraid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pmcraid.h b/drivers/scsi/pmcraid.h index 9f59930e8b4f..cd059b7599b4 100644 --- a/drivers/scsi/pmcraid.h +++ b/drivers/scsi/pmcraid.h @@ -657,7 +657,7 @@ struct pmcraid_hostrcb { */ struct pmcraid_instance { /* Array of allowed-to-be-exposed resources, initialized from - * Configutation Table, later updated with CCNs + * Configuration Table, later updated with CCNs */ struct pmcraid_resource_entry *res_entries; |
