From 81f3a665ab2a63a31ec7a4d760b0ce8130f62a1d Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Tue, 16 Apr 2024 08:55:19 +0200 Subject: common: Convert *.c/h from UTF-8 to ASCII enconfing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Convert UTF-8 chars to ASCII in cases where make sense. No Copyright or names are converted. Signed-off-by: Michal Simek Reviewed-by: Tom Rini Acked-by: Marek Behún --- board/amlogic/vim3/vim3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/amlogic/vim3/vim3.c') diff --git a/board/amlogic/vim3/vim3.c b/board/amlogic/vim3/vim3.c index 43d7a8e84f6..a4850364f41 100644 --- a/board/amlogic/vim3/vim3.c +++ b/board/amlogic/vim3/vim3.c @@ -89,7 +89,7 @@ int meson_ft_board_setup(void *blob, struct bd_info *bd) /* * If in PCIe mode, alter DT - * 0:Enable USB3.0,Disable PCIE, 1:Disable USB3.0, Enable PCIE + * 0: Enable USB3.0, Disable PCIE, 1: Disable USB3.0, Enable PCIE */ if (ret > 0) { static char data[32] __aligned(4); -- cgit v1.2.3