Message ID | 20240603172311.1587589-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | Declare local functions static | expand |
On 03.06.24 19:23, Bart Van Assche wrote: > Hi Martin, > > There are several 32-bit ARM SCSI drivers that trigger compiler warnings about > missing function declarations. This patch series fixes these compiler warnings > by declaring local functions static. Please consider this patch series for the > next merge window. > > Thanks, > > Bart. > > Bart Van Assche (4): > scsi: acornscsi: Declare local functions static > scsi: cumana: Declare local functions static > scsi: eesox: Declare local functions static > scsi: powertec: Declare local functions static > > drivers/scsi/arm/acornscsi.c | 9 ++++----- > drivers/scsi/arm/cumana_2.c | 2 +- > drivers/scsi/arm/eesox.c | 2 +- > drivers/scsi/arm/powertec.c | 2 +- > 4 files changed, 7 insertions(+), 8 deletions(-) > > > For the series, Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc>
Bart, > There are several 32-bit ARM SCSI drivers that trigger compiler > warnings about missing function declarations. This patch series fixes > these compiler warnings by declaring local functions static. Please > consider this patch series for the next merge window. Applied to 6.11/scsi-staging, thanks! Martin
On Mon, 03 Jun 2024 10:23:07 -0700, Bart Van Assche wrote: > There are several 32-bit ARM SCSI drivers that trigger compiler warnings about > missing function declarations. This patch series fixes these compiler warnings > by declaring local functions static. Please consider this patch series for the > next merge window. > > Thanks, > > [...] Applied to 6.11/scsi-queue, thanks! [1/4] scsi: acornscsi: Declare local functions static https://git.kernel.org/mkp/scsi/c/f5a954bbf2f4 [2/4] scsi: cumana: Declare local functions static https://git.kernel.org/mkp/scsi/c/1414045725a0 [3/4] scsi: eesox: Declare local functions static https://git.kernel.org/mkp/scsi/c/1dc98be41814 [4/4] scsi: powertec: Declare local functions static https://git.kernel.org/mkp/scsi/c/daf613331c93