diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-23 01:28:34 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-29 15:01:04 -0600 |
commit | 6627fbba203f89a316299d35f6a2ff3f33dd15c8 (patch) | |
tree | cce8ae95fef0efc70c6ee256b3f007951aaec56f /include/spl.h | |
parent | a1af57b70ad14fc490b5227d11c0edd954a81978 (diff) |
include: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'include/spl.h')
-rw-r--r-- | include/spl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/spl.h b/include/spl.h index 5dfdf778d2d..1eebea3f981 100644 --- a/include/spl.h +++ b/include/spl.h @@ -436,7 +436,6 @@ int spl_load_legacy_img(struct spl_image_info *spl_image, struct spl_load_info *load, ulong offset, struct legacy_img_hdr *hdr); - /** * spl_load_imx_container() - Loads a imx container image from a device. * @spl_image: Image description to set up |