commit | 1678e269c565fc47daf09e79e5a4fdfe59e20870 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@linaro.org> | Thu Jul 27 10:16:03 2023 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 08 17:41:52 2023 -0400 |
tree | 71d6fd0bce133f04d7bcc9acbb8da32c6cc4f4a4 | |
parent | be5f9a77f8bc83a3f93d26a50acc047d2bbee908 [diff] |
cramfs: clean up some error messages This line break is not done correctly. We don't want to have all those tabs in the printed output. Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>