mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Style(9) fix.
Fix indentation in comment, double ';' in variable declaration. MFC after: 1 Week
This commit is contained in:
parent
22ec040605
commit
de60a5f38c
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ static int data_lengths[] = {
|
|||
0, /* KTR_NAMEI */
|
||||
sizeof(struct ktr_genio), /* KTR_GENIO */
|
||||
sizeof(struct ktr_psig), /* KTR_PSIG */
|
||||
sizeof(struct ktr_csw), /* KTR_CSW */
|
||||
sizeof(struct ktr_csw), /* KTR_CSW */
|
||||
0, /* KTR_USER */
|
||||
0, /* KTR_STRUCT */
|
||||
0, /* KTR_SYSCTL */
|
||||
|
|
@ -539,7 +539,7 @@ ktrprocctor_entered(struct thread *td, struct proc *p)
|
|||
{
|
||||
struct ktr_proc_ctor *ktp;
|
||||
struct ktr_request *req;
|
||||
struct thread *td2;;
|
||||
struct thread *td2;
|
||||
|
||||
ktrace_assert(td);
|
||||
td2 = FIRST_THREAD_IN_PROC(p);
|
||||
|
|
|
|||
Loading…
Reference in a new issue