Re: [U-Boot] [PATCH v1 2/5] common: scsi: Make private functions static

2016-11-30 Thread Simon Glass
On 30 November 2016 at 13:46, Michal Simek wrote: > Several functions should be static because they are not exported to any > other file. > Warnings were reported by sparse C=1. > > Signed-off-by: Michal Simek > --- > > common/scsi.c | 16 ++-- > 1 file changed, 10 insertions(+), 6 d

Re: [U-Boot] [PATCH v1 2/5] common: scsi: Make private functions static

2016-11-30 Thread Tom Rini
On Wed, Nov 30, 2016 at 09:46:48PM +0100, Michal Simek wrote: > Several functions should be static because they are not exported to any > other file. > Warnings were reported by sparse C=1. > > Signed-off-by: Michal Simek Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital sign

[U-Boot] [PATCH v1 2/5] common: scsi: Make private functions static

2016-11-30 Thread Michal Simek
Several functions should be static because they are not exported to any other file. Warnings were reported by sparse C=1. Signed-off-by: Michal Simek --- common/scsi.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/common/scsi.c b/common/scsi.c index 60281