Re: [PATCH] scsi: move function declarationes to scsi_priv.h

From: Bart Van Assche
Date: Mon Aug 29 2016 - 11:59:38 EST


On 08/27/2016 09:59 AM, Baoyou Xie wrote:
We get 2 warnings about global functions without a declaration
in the scsi driver when building with W=1:
drivers/scsi/scsi_lib.c:467:6: warning: no previous prototype for 'scsi_requeue_run_queue' [-Wmissing-prototypes]
drivers/scsi/scsi_lib.c:2609:6: warning: no previous prototype for 'scsi_evt_thread' [-Wmissing-prototypes]

in fact, both functiones are declared in drivers/scsi/scsi_scan.c
but need to move the declarationes into scsi_priv.h.

Please fix the spelling in the patch title and description (functiones -> functions and declarationes -> declarations). Anyway:

Reviewed-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx>