mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:32:11 -05: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
@ -212,7 +212,8 @@ static void __init parse_model(uint32_t model)
|
|||||||
soc_info.name = soc_name;
|
soc_info.name = soc_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __init rtl83xx_set_system_type(void) {
|
static void __init rtl83xx_set_system_type(void)
|
||||||
|
{
|
||||||
char revision = '?';
|
char revision = '?';
|
||||||
char *es = "";
|
char *es = "";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user