MFcalloutng:

Style fixes.
This commit is contained in:
Davide Italiano 2013-02-28 16:22:49 +00:00
parent fdc5dd2d2f
commit e234a588cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247467

View File

@ -100,7 +100,7 @@ struct cc_mig_ent {
int ce_migration_ticks;
#endif
};
/*
* There is one struct callout_cpu per cpu, holding all relevant
* state for the callout processing thread on the individual CPU.
@ -613,7 +613,7 @@ softclock_call_cc(struct callout *c, struct callout_cpu *cc, int *mpcalls,
}
/*
* The callout mechanism is based on the work of Adam M. Costello and
* The callout mechanism is based on the work of Adam M. Costello and
* George Varghese, published in a technical report entitled "Redesigning
* the BSD Callout and Timer Facilities" and modified slightly for inclusion
* in FreeBSD by Justin T. Gibbs. The original work on the data structures