fix style-o

This commit is contained in:
Julian Elischer 2002-10-25 07:17:07 +00:00
parent 9d10277721
commit de4723f6e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105912
2 changed files with 2 additions and 2 deletions

View File

@ -1185,7 +1185,7 @@ thread_user_enter(struct proc *p, struct thread *td)
* but for now do it every time.
*/
ke = td->td_kse;
if ((ke->ke_mailbox) != NULL) {
if (ke->ke_mailbox != NULL) {
#if 0
td->td_mailbox = (void *)fuword((caddr_t)ke->ke_mailbox
+ offsetof(struct kse_mailbox, km_curthread));

View File

@ -1185,7 +1185,7 @@ thread_user_enter(struct proc *p, struct thread *td)
* but for now do it every time.
*/
ke = td->td_kse;
if ((ke->ke_mailbox) != NULL) {
if (ke->ke_mailbox != NULL) {
#if 0
td->td_mailbox = (void *)fuword((caddr_t)ke->ke_mailbox
+ offsetof(struct kse_mailbox, km_curthread));