mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-11 13:08:19 +01:00
realtek: Start function scope on newline
In contrast to array initializations, function scopes must start on a newline and not at the a line which defines the function parameters. Signed-off-by: Sven Eckelmann <sven@narfation.org> Link: https://github.com/openwrt/openwrt/pull/20906 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
1dd22279eb
commit
f29c597324
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ static void __init parse_model(uint32_t model)
|
|||
soc_info.name = soc_name;
|
||||
}
|
||||
|
||||
static void __init rtl83xx_set_system_type(void) {
|
||||
static void __init rtl83xx_set_system_type(void)
|
||||
{
|
||||
char revision = '?';
|
||||
char *es = "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue