diff mbox series

[1/1] package/freescale-imx/imx-vpu-hantro-vc: fix check-package

Message ID 20211014161214.2154818-1-fontaine.fabrice@gmail.com
State Superseded
Headers show
Series [1/1] package/freescale-imx/imx-vpu-hantro-vc: fix check-package | expand

Commit Message

Fabrice Fontaine Oct. 14, 2021, 4:12 p.m. UTC
Fix the following check-package warning raised since commit
219822da9034a0e280f55447b6e297e9a9acf3db:

package/freescale-imx/imx-vpu-hantro-vc/Config.in:13: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/freescale-imx/imx-vpu-hantro-vc/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/freescale-imx/imx-vpu-hantro-vc/Config.in b/package/freescale-imx/imx-vpu-hantro-vc/Config.in
index 9ae139550a..9a0f448bc9 100644
--- a/package/freescale-imx/imx-vpu-hantro-vc/Config.in
+++ b/package/freescale-imx/imx-vpu-hantro-vc/Config.in
@@ -10,4 +10,5 @@  config BR2_PACKAGE_IMX_VPU_HANTRO_VC
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
 	help
-	  i.MX VC8000E Encoder library. Intended for the i.MX 8M Plus processor.
+	  i.MX VC8000E Encoder library. Intended for the i.MX 8M Plus
+	  processor.