1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Style(9) fix.

Fix indentation in comment, double ';' in variable declaration.

MFC after:	1 Week
This commit is contained in:
Dmitry Chagin 2011-03-05 20:54:17 +00:00
parent 22ec040605
commit de60a5f38c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219312

View File

@ -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);