mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
scsi: megaraid_mm: Fix incorrect function name in header
Fixes the following W=1 kernel build warning(s): drivers/scsi/megaraid/megaraid_mm.c:505: warning: expecting prototype for mraid_mm_attch_buf(). Prototype was for mraid_mm_attach_buf() instead Link: https://lore.kernel.org/r/20210303144631.3175331-2-lee.jones@linaro.org Cc: Kashyap Desai <kashyap.desai@broadcom.com> Cc: Sumit Saxena <sumit.saxena@broadcom.com> Cc: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: megaraidlinux.pdl@broadcom.com Cc: linux-scsi@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
4524a0b159
commit
bbb2c03745
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ mimd_to_kioc(mimd_t __user *umimd, mraid_mmadp_t *adp, uioc_t *kioc)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mraid_mm_attch_buf - Attach a free dma buffer for required size
|
* mraid_mm_attach_buf - Attach a free dma buffer for required size
|
||||||
* @adp : Adapter softstate
|
* @adp : Adapter softstate
|
||||||
* @kioc : kioc that the buffer needs to be attached to
|
* @kioc : kioc that the buffer needs to be attached to
|
||||||
* @xferlen : required length for buffer
|
* @xferlen : required length for buffer
|
||||||
|
|
Loading…
Reference in a new issue