Skip to content

Commit 1fcbe4c

Browse files
Jiapeng Chongmartinkpetersen
authored andcommitted
scsi: mpi3mr: Fix kernel-doc
Fix the following W=1 kernel warnings: drivers/scsi/mpi3mr/mpi3mr_app.c:1706: warning: expecting prototype for adapter_state_show(). Prototype was for adp_state_show() instead. Link: https://lore.kernel.org/r/[email protected] Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent a5b168e commit 1fcbe4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/mpi3mr/mpi3mr_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@ logging_level_store(struct device *dev,
16891689
static DEVICE_ATTR_RW(logging_level);
16901690

16911691
/**
1692-
* adapter_state_show - SysFS callback for adapter state show
1692+
* adp_state_show() - SysFS callback for adapter state show
16931693
* @dev: class device
16941694
* @attr: Device attributes
16951695
* @buf: Buffer to copy

0 commit comments

Comments
 (0)