mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
api: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
5485f53289
commit
df34fab6a1
2 changed files with 0 additions and 14 deletions
|
@ -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:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue