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:
Sven Eckelmann 2025-11-23 16:59:19 +01:00 committed by Hauke Mehrtens
parent 1dd22279eb
commit f29c597324

View File

@ -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 = "";