Use DEFAULT_GROUP instead of hardcoded string
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
723f6a5b47
commit
86f6da0703
@ -261,7 +261,7 @@ static void __init group_init(void)
|
||||
{
|
||||
DBG("init");
|
||||
|
||||
group_new_hdr("intf", "Interfaces",
|
||||
group_new_hdr(DEFAULT_GROUP, "Interfaces",
|
||||
"RX bps", "pps", "TX bps", "pps");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user