From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sat, 5 Oct 2019 10:01:49 +0800 Subject: [U-Boot] [PATCH 019/126] sandbox: swap_case: Use statics where possible In-Reply-To: <20190925145750.200592-20-sjg@chromium.org> References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-20-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > Some functions and a struct should be marked static since they are not > used outside this file. Update them. > > Signed-off-by: Simon Glass > --- > > drivers/misc/swap_case.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Bin Meng