MFcalloutng:

Some whitespace fixes.
This commit is contained in:
Alexander Motin 2013-03-03 09:11:24 +00:00
parent e0dffa2de2
commit 4514d6fa18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=247698

View File

@ -205,7 +205,7 @@ cc_cme_migrating(struct callout_cpu *cc)
}
/*
* kern_timeout_callwheel_alloc() - kernel low level callwheel initialization
* kern_timeout_callwheel_alloc() - kernel low level callwheel initialization
*
* This code is called very early in the kernel initialization sequence,
* and may be called more then once.
@ -704,7 +704,7 @@ softclock(void *arg)
* Initialize a handle so that using it with untimeout is benign.
*
* See AT&T BCI Driver Reference Manual for specification. This
* implementation differs from that one in that although an
* implementation differs from that one in that although an
* identification value is returned from timeout, the original
* arguments to timeout as well as the identifier are used to
* identify entries for untimeout.