]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: dm: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 22 Jul 2024 23:28:21 +0000 (01:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jul 2024 21:01:04 +0000 (15:01 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
include/dm/of_addr.h

index e7f3a2808175c11af2d6942d5af364c2fb2bd062..5fb5a4855b46b6cb427702132d929690f0e04ea6 100644 (file)
@@ -44,7 +44,6 @@ u64 of_translate_address(const struct device_node *np, const __be32 *in_addr);
  */
 u64 of_translate_dma_address(const struct device_node *np, const __be32 *in_addr);
 
-
 /**
  * of_get_dma_range() - get dma-ranges for a specific DT node
  *