mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 13:41:27 +00:00
qla2x00t-32gbit: Replace __qla2x00_marker()'s missing underscores
Fixes the following W=1 kernel build warning(s): drivers/scsi/qla2xxx/qla_iocb.c:508: warning: expecting prototype for qla2x00_marker(). Prototype was for __qla2x00_marker() instead Link: https://lore.kernel.org/r/20210303144631.3175331-16-lee.jones@linaro.org Cc: Nilesh Javali <njavali@marvell.com> Cc: GR-QLogic-Storage-Upstream@marvell.com Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: linux-scsi@vger.kernel.org Acked-by: Nilesh Javali <njavali@marvell.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> [ commit 52bb80f18def787e98a9f97a7cabbe71e4879996 upstream ] git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9389 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -491,7 +491,7 @@ qla2x00_start_iocbs(struct scsi_qla_host *vha, struct req_que *req)
|
||||
}
|
||||
|
||||
/**
|
||||
* qla2x00_marker() - Send a marker IOCB to the firmware.
|
||||
* __qla2x00_marker() - Send a marker IOCB to the firmware.
|
||||
* @vha: HA context
|
||||
* @qpair: queue pair pointer
|
||||
* @loop_id: loop ID
|
||||
|
||||
Reference in New Issue
Block a user