scsi: aacraid: Fix misspelling of _aac_rx_init()
authorLee Jones <lee.jones@linaro.org>
Wed, 3 Mar 2021 14:46:25 +0000 (14:46 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 16 Mar 2021 02:14:53 +0000 (22:14 -0400)
commit7df1daed3330e78d0bafe09cfd4aa0eb1da199ec
tree1c687a9cc1e6002e0941ffa028cc9ed860e2da7a
parentf11c8b42423f3b32c30bd985333e7378226b832d
scsi: aacraid: Fix misspelling of _aac_rx_init()

Fixes the following W=1 kernel build warning(s):

 drivers/scsi/aacraid/rx.c:544: warning: expecting prototype for aac_rx_init(). Prototype was for _aac_rx_init() instead

Link: https://lore.kernel.org/r/20210303144631.3175331-25-lee.jones@linaro.org
Cc: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: "PMC-Sierra, Inc" <aacraid@pmc-sierra.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>
drivers/scsi/aacraid/rx.c