diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2024-07-13 15:18:52 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-15 12:12:16 -0600 |
commit | df34fab6a1dfc9565c6f44b80e912645d0bb51d5 (patch) | |
tree | c85f429118beacb801d23ef10af9febfda547863 /api/api.c | |
parent | 5485f53289b37aeab4bf20c3980927cfc3dbf247 (diff) |
api: Remove duplicate newlines
Drop all duplicate newlines. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'api/api.c')
-rw-r--r-- | api/api.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/api/api.c b/api/api.c index d22132f62fe..b892c5c278a 100644 --- a/api/api.c +++ b/api/api.c @@ -180,7 +180,6 @@ static int API_get_timer(va_list ap) return 0; } - /***************************************************************************** * * pseudo signature: @@ -230,7 +229,6 @@ static int API_dev_enum(va_list ap) return 0; } - static int API_dev_open(va_list ap) { struct device_info *di; @@ -262,7 +260,6 @@ static int API_dev_open(va_list ap) return err; } - static int API_dev_close(va_list ap) { struct device_info *di; @@ -297,7 +294,6 @@ static int API_dev_close(va_list ap) return err; } - /* * pseudo signature: * @@ -376,7 +372,6 @@ static int API_dev_write(va_list ap) return err; } - /* * pseudo signature: * @@ -462,7 +457,6 @@ static int API_dev_read(va_list ap) return 0; } - /* * pseudo signature: * |