mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Break long line.
This commit is contained in:
parent
199b5a28d6
commit
6ff168e663
1 changed files with 2 additions and 1 deletions
|
|
@ -280,7 +280,8 @@ linprocfs_docpuinfo(PFS_FILL_ARGS)
|
|||
"model\t\t: %u\n"
|
||||
"model name\t: %s\n"
|
||||
"stepping\t: %u\n\n",
|
||||
i, cpu_vendor, CPUID_TO_FAMILY(cpu_id), CPUID_TO_MODEL(cpu_id), model, cpu_id & CPUID_STEPPING);
|
||||
i, cpu_vendor, CPUID_TO_FAMILY(cpu_id),
|
||||
CPUID_TO_MODEL(cpu_id), model, cpu_id & CPUID_STEPPING);
|
||||
/* XXX per-cpu vendor / class / model / id? */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue