From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Wed, 31 Oct 2018 13:32:00 +0100 Subject: [U-Boot] [PATCH] cmd: ubi: Make ubi_detach() static In-Reply-To: <20181031113720.18181-1-sr@denx.de> References: <20181031113720.18181-1-sr@denx.de> Message-ID: <20181031133200.29fc5868@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Stefan Roese wrote on Wed, 31 Oct 2018 12:37:20 +0100: > Its only called from this file, so make it static. While at it, remove > some occurances of multiple blank lines as well. >=20 > Signed-off-by: Stefan Roese > Cc: Boris Brezillon > Cc: Miquel Raynal > Cc: Jagan Teki > --- > cmd/ubi.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) >=20 Reviewed-by: Miquel Raynal Thanks, Miqu=C3=A8l