scsi: cxlflash: Add argument identifier names
Checkpatch throws a warning when the argument identifier names are not included in the function definitions. To avoid these warnings, argument identifiers are added in the existing function definitions. Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com> Acked-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
465891fe92
commit
fb77e52804
@@ -232,8 +232,8 @@ struct hwq {
|
||||
|
||||
struct afu {
|
||||
struct hwq hwqs[CXLFLASH_MAX_HWQS];
|
||||
int (*send_cmd)(struct afu *, struct afu_cmd *);
|
||||
int (*context_reset)(struct hwq *);
|
||||
int (*send_cmd)(struct afu *afu, struct afu_cmd *cmd);
|
||||
int (*context_reset)(struct hwq *hwq);
|
||||
|
||||
/* AFU HW */
|
||||
struct cxlflash_afu_map __iomem *afu_map; /* entire MMIO map */
|
||||
|
Reference in New Issue
Block a user