mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-09 22:22:09 -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;
|
||||
}
|
||||
|
||||
static void __init rtl83xx_set_system_type(void) {
|
||||
static void __init rtl83xx_set_system_type(void)
|
||||
{
|
||||
char revision = '?';
|
||||
char *es = "";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user