Re: [PATCH 1/2] Declare local symbols static

2016-03-29 Thread Ewan D. Milne
On Mon, 2016-03-28 at 11:13 -0700, Bart Van Assche wrote: > Avoid that building with W=1 causes gcc to report warnings about > symbols that have not been declared. > > Signed-off-by: Bart Van Assche > Cc: Hannes Reinecke > --- > drivers/scsi/scsi_sysfs.c | 8 +--- > 1 file changed, 5 insert

Re: [PATCH 1/2] Declare local symbols static

2016-03-29 Thread Christoph Hellwig
On Mon, Mar 28, 2016 at 11:13:16AM -0700, Bart Van Assche wrote: > Avoid that building with W=1 causes gcc to report warnings about > symbols that have not been declared. > > Signed-off-by: Bart Van Assche > Cc: Hannes Reinecke Looks fine, Reviewed-by: Christoph Hellwig -- To unsubscribe from

Re: [PATCH 1/2] Declare local symbols static

2016-03-28 Thread Hannes Reinecke
On 03/28/2016 08:13 PM, Bart Van Assche wrote: > Avoid that building with W=1 causes gcc to report warnings about > symbols that have not been declared. > > Signed-off-by: Bart Van Assche > Cc: Hannes Reinecke > --- > drivers/scsi/scsi_sysfs.c | 8 +--- > 1 file changed, 5 insertions(+), 3