diff options
| author | Marek Vasut <[email protected]> | 2024-07-13 15:19:31 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-15 12:12:18 -0600 |
| commit | 10cb047b8bf930ff7c9b2fb3c7902b303553c2d3 (patch) | |
| tree | 3ae1d31a5cff43ae7f03804d4bb87da54662f6fd /scripts/dtc/checks.c | |
| parent | 2cd9466bedec4950d7291efa95f228c5150ee421 (diff) | |
scripts: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'scripts/dtc/checks.c')
| -rw-r--r-- | scripts/dtc/checks.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/dtc/checks.c b/scripts/dtc/checks.c index c35aa6f8863..2feec44a0f7 100644 --- a/scripts/dtc/checks.c +++ b/scripts/dtc/checks.c @@ -111,7 +111,6 @@ static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, check_msg((c), dti, node, prop, __VA_ARGS__); \ } while (0) - static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) { struct node *child; @@ -1076,7 +1075,6 @@ static void check_obsolete_chosen_interrupt_controller(struct check *c, if (node != dt) return; - chosen = get_node_by_path(dt, "/chosen"); if (!chosen) return; |
